nRF51 SDK - S110 SoftDevice
|
A struct containing events from the Serialization HAL Transport layer. More...
#include <ser_hal_transport.h>
Data Fields | |
ser_hal_transport_evt_type_t | evt_type |
union { | |
ser_hal_transport_evt_rx_pkt_received_params_t rx_pkt_received | |
ser_hal_transport_evt_phy_error_params_t phy_error | |
} | evt_params |
A struct containing events from the Serialization HAL Transport layer.
ser_hal_transport_evt_type_t ser_hal_transport_evt_t::evt_type |
Type of event.
ser_hal_transport_evt_phy_error_params_t ser_hal_transport_evt_t::phy_error |
Parameters of the event of type SER_HAL_TRANSP_EVT_PHY_ERROR.
ser_hal_transport_evt_rx_pkt_received_params_t ser_hal_transport_evt_t::rx_pkt_received |
Parameters of the event of type SER_HAL_TRANSP_EVT_RX_PKT_RECEIVED.