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 nRF51822 by
Module for propagating Radio Notification events to the application. More...
Typedefs | |
typedef void(* | ble_radio_notification_evt_handler_t )(bool radio_active) |
Application radio notification event handler type. | |
Functions | |
uint32_t | ble_radio_notification_init (nrf_app_irq_priority_t irq_priority, nrf_radio_notification_distance_t distance, ble_radio_notification_evt_handler_t evt_handler) |
Function for initializing the Radio Notification module. |
Detailed Description
Module for propagating Radio Notification events to the application.
Typedef Documentation
typedef void(* ble_radio_notification_evt_handler_t)(bool radio_active) |
Application radio notification event handler type.
Definition at line 53 of file ble_radio_notification.h.
Function Documentation
uint32_t ble_radio_notification_init | ( | nrf_app_irq_priority_t | irq_priority, |
nrf_radio_notification_distance_t | distance, | ||
ble_radio_notification_evt_handler_t | evt_handler | ||
) |
Function for initializing the Radio Notification module.
- Parameters:
-
[in] irq_priority Interrupt priority for the Radio Notification interrupt handler. [in] distance The time from an Active event until the radio is activated. [in] evt_handler Handler to be executed when a radio notification event has been received.
- Returns:
- NRF_SUCCESS on successful initialization, otherwise an error code.
Definition at line 51 of file ble_radio_notification.c.
Generated on Tue Jul 12 2022 21:00:17 by
