nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ser_phy_evt_t Struct Reference

A struct containing events from a Serialization PHY module. More...

#include <ser_phy.h>

Data Fields

ser_phy_evt_type_t evt_type
 
union {
   ser_phy_evt_rx_buf_request_params_t   rx_buf_request
 
   ser_phy_evt_rx_pkt_received_params_t   rx_pkt_received
 
   ser_phy_evt_hw_error_params_t   hw_error
 
evt_params
 

Detailed Description

A struct containing events from a Serialization PHY module.

Note
Some events do not have parameters, then whole information is contained in the evt_type.

Field Documentation

ser_phy_evt_type_t ser_phy_evt_t::evt_type

Type of an event.

ser_phy_evt_hw_error_params_t ser_phy_evt_t::hw_error

Parameters of the event of type SER_PHY_EVT_HW_ERROR.

ser_phy_evt_rx_buf_request_params_t ser_phy_evt_t::rx_buf_request

Parameters of the event of type SER_PHY_EVT_RX_BUF_REQUEST.

ser_phy_evt_rx_pkt_received_params_t ser_phy_evt_t::rx_pkt_received

Parameters of the event of type SER_PHY_EVT_RX_PKT_RECEIVED.