nRF5 SDK v12.1.0
Data Fields
ser_phy_hci_slip_evt_t Struct Reference

Struct containing events from the Serialization PHY module. More...

#include <ser_phy_hci.h>

Data Fields

ser_phy_hci_slip_evt_type_t evt_type
 
union {
   ser_phy_hci_pkt_params_t   received_pkt
 
   ser_phy_hci_evt_hw_error_params_t   hw_error
 
evt_params
 

Detailed Description

Struct containing events from the Serialization PHY module.

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

Field Documentation

ser_phy_hci_slip_evt_type_t ser_phy_hci_slip_evt_t::evt_type

Type of an event.

ser_phy_hci_evt_hw_error_params_t ser_phy_hci_slip_evt_t::hw_error

Parameters of event of type SER_PHY_HCI_SLIP_EVT_HW_ERROR.

ser_phy_hci_pkt_params_t ser_phy_hci_slip_evt_t::received_pkt

Parameters of event of type SER_PHY_HCI_SLIP_EVT_PKT_RECEIVED.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated