Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
ant_evt_t Struct Reference
[Types definitions for ANT support in SoftDevice handler.]
ANT stack event type. More...
#include <ant_stack_handler_types.h>
Data Fields | |
uint8_t | channel |
Channel number. | |
uint8_t | event |
Event code. | |
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 35 of file ant_stack_handler_types.h.
uint8_t event |
Event code.
Definition at line 36 of file ant_stack_handler_types.h.
uint8_t evt_buffer[ANT_STACK_EVT_MSG_BUF_SIZE] |
Event message buffer.
Definition at line 37 of file ant_stack_handler_types.h.
Generated on Tue Jul 12 2022 13:52:33 by
