BLE_Nano nRF51 Central heart rate

Embed: (wiki syntax)

« Back to documentation index

ant_evt_t Struct Reference

ANT stack event type. More...

#include <ant_stack_handler_types.h>

Data Fields

uint8_t channel
 Channel number.
uint8_t event
 Event code.
uint32_t ulForceAlign
 force the evt_buffer to be 4-byte aligned, required for some casting to ANT_MESSAGE.
uint8_t evt_buffer [ANT_STACK_EVT_MSG_BUF_SIZE]
 Event message buffer.

Detailed Description

ANT stack event type.

Definition at line 33 of file ant_stack_handler_types.h.


Field Documentation

uint8_t channel

Channel number.

Definition at line 40 of file ant_stack_handler_types.h.

uint8_t event

Event code.

Definition at line 41 of file ant_stack_handler_types.h.

uint8_t evt_buffer[ANT_STACK_EVT_MSG_BUF_SIZE]

Event message buffer.

Definition at line 38 of file ant_stack_handler_types.h.

uint32_t ulForceAlign

force the evt_buffer to be 4-byte aligned, required for some casting to ANT_MESSAGE.

Definition at line 37 of file ant_stack_handler_types.h.