Home
last modified time | relevance | path

Searched refs:SERIALIZATION_ERROR_IF (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_serialization_error_helper.h82 #define SERIALIZATION_ERROR_IF(c, r, e, l) \ macro
96 SERIALIZATION_ERROR_IF(r < 0, r, e, l)
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c85 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in status_ok_await()
98 SERIALIZATION_ERROR_IF(status != SPINEL_STATUS_OK, in status_ok_await()
131 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in net_generic_bool_response_await()
173 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in net_generic_uint8_response_await()
216 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in net_generic_uint16_response_await()
260 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in tx_power_await()
303 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in capabilities_await()
346 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in time_await()
389 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in cca_cfg_await()
1225 SERIALIZATION_ERROR_IF(!handle_added, NRF_802154_SERIALIZATION_ERROR_NO_MEMORY, error, bail); in nrf_802154_transmit_csma_ca_raw()
[all …]
Dnrf_802154_spinel_net.c73 SERIALIZATION_ERROR_IF(!frame_found, in local_transmitted_frame_ptr_free()
300 SERIALIZATION_ERROR_IF(!frame_found, in nrf_802154_transmitted_raw()
357 SERIALIZATION_ERROR_IF(!frame_found, in nrf_802154_transmit_failed()