Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ant_stack_handler_types.h File Reference

ant_stack_handler_types.h File Reference

Go to the source code of this file.

Data Structures

struct  ant_evt_t
 ANT stack event type. More...

Typedefs

typedef void(* ant_evt_handler_t )(ant_evt_t *p_ant_evt)
 Application ANT stack event handler type.

Functions

uint32_t softdevice_ant_evt_handler_set (ant_evt_handler_t ant_evt_handler)
 Function for registering for ANT events.

Detailed Description

Definition in file ant_stack_handler_types.h.