nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ANT Broadcast RX Example

Example of basic ANT Broadcast RX. More...

Macros

#define CHANNEL_0   0x00
 
#define CHANNEL_0_ANT_EXT_ASSIGN   0x00
 
#define CHANNEL_0_CHAN_ID_DEV_TYPE   0x00
 
#define CHANNEL_0_CHAN_ID_DEV_NUM   0x00
 
#define CHANNEL_0_CHAN_ID_TRANS_TYPE   0x00
 
#define ANT_CHANNEL_DEFAULT_NETWORK   0x00
 
#define ANT_MSG_IDX_ID   1u
 
#define ANT_EVENT_MSG_BUFFER_MIN_SIZE   32u
 

Functions

void app_error_handler (uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name)
 Function for handling an error. More...
 
void SD_EVT_IRQHandler (void)
 Function for stack interrupt handling. More...
 
void softdevice_assert_callback (uint32_t pc, uint16_t line_num, const uint8_t *p_file_name)
 Function for handling SoftDevice asserts. More...
 
void HardFault_Handler (void)
 Function for handling HardFault.
 
int main (void)
 Function for application main entry. Does not return. More...
 

Detailed Description

Example of basic ANT Broadcast RX.

Macro Definition Documentation

#define ANT_CHANNEL_DEFAULT_NETWORK   0x00

ANT Channel Network.

#define ANT_EVENT_MSG_BUFFER_MIN_SIZE   32u

Minimum size of ANT event message buffer.

#define ANT_MSG_IDX_ID   1u

ANT message ID index.

#define CHANNEL_0   0x00

ANT Channel 0.

#define CHANNEL_0_ANT_EXT_ASSIGN   0x00

ANT Ext Assign.

#define CHANNEL_0_CHAN_ID_DEV_NUM   0x00

Device number wildcard.

#define CHANNEL_0_CHAN_ID_DEV_TYPE   0x00

Device type wildcard.

#define CHANNEL_0_CHAN_ID_TRANS_TYPE   0x00

Transmission type wildcard.

Function Documentation

void app_error_handler ( uint32_t  error_code,
uint32_t  line_num,
const uint8_t *  p_file_name 
)

Function for handling an error.

Function for error handling, which is called when an error has occurred.

Parameters
[in]error_codeError code supplied to the handler.
[in]line_numLine number where the error occurred.
[in]p_file_namePointer to the file name.
int main ( void  )

Function for application main entry. Does not return.

< Minimum size of ANT event message buffer.

void SD_EVT_IRQHandler ( void  )

Function for stack interrupt handling.

Implemented to clear the pending flag when receiving an interrupt from the stack.

void softdevice_assert_callback ( uint32_t  pc,
uint16_t  line_num,
const uint8_t *  p_file_name 
)

Function for handling SoftDevice asserts.

Parameters
[in]pcValue of the program counter.
[in]line_numLine number where the assert occurred.
[in]p_file_namePointer to the file name.