Home
last modified time | relevance | path

Searched refs:SERIALIZATION_ERROR_INIT (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c82 SERIALIZATION_ERROR_INIT(error); in status_ok_await()
128 SERIALIZATION_ERROR_INIT(error); in net_generic_bool_response_await()
170 SERIALIZATION_ERROR_INIT(error); in net_generic_uint8_response_await()
213 SERIALIZATION_ERROR_INIT(error); in net_generic_uint16_response_await()
256 SERIALIZATION_ERROR_INIT(error); in tx_power_await()
299 SERIALIZATION_ERROR_INIT(error); in capabilities_await()
342 SERIALIZATION_ERROR_INIT(error); in time_await()
385 SERIALIZATION_ERROR_INIT(error); in cca_cfg_await()
426 SERIALIZATION_ERROR_INIT(error); in nrf_802154_sleep()
455 SERIALIZATION_ERROR_INIT(error); in nrf_802154_sleep_if_idle()
[all …]
Dnrf_802154_spinel_net.c67 SERIALIZATION_ERROR_INIT(error); in local_transmitted_frame_ptr_free()
88 SERIALIZATION_ERROR_INIT(error); in nrf_802154_cca_done()
110 SERIALIZATION_ERROR_INIT(error); in nrf_802154_cca_failed()
132 SERIALIZATION_ERROR_INIT(error); in nrf_802154_energy_detected()
154 SERIALIZATION_ERROR_INIT(error); in nrf_802154_energy_detection_failed()
210 SERIALIZATION_ERROR_INIT(error); in nrf_802154_received_timestamp_raw()
260 SERIALIZATION_ERROR_INIT(ser_error); in nrf_802154_receive_failed()
288 SERIALIZATION_ERROR_INIT(error); in nrf_802154_transmitted_raw()
345 SERIALIZATION_ERROR_INIT(error); in nrf_802154_transmit_failed()
Dnrf_802154_spinel.c77 SERIALIZATION_ERROR_INIT(error); in nrf_802154_serialization_init()
121 SERIALIZATION_ERROR_INIT(error); in nrf_802154_spinel_encoded_packet_received()
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_serialization_error_helper.h51 #define SERIALIZATION_ERROR_INIT(name) \ macro