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 |
Detailed Description
Struct containing events from the Serialization HAL Transport layer.
- Note
- Some events do not have parameters, then the whole information is contained in the evt_type.
Field Documentation
| 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 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 event of type SER_HAL_TRANSP_EVT_RX_PKT_RECEIVED .
- components/serialization/common/transport/ser_hal_transport.h