Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/serialization/include/platform/
Dnrf_802154_spinel_log.h54 #define NRF_802154_SPINEL_LOG_RAW(...) nrf_802154_spinel_log(__VA_ARGS__) macro
60 #define NRF_802154_SPINEL_LOG_RAW(...) ((void)(0))
68 NRF_802154_SPINEL_LOG_RAW("Calling %s\n", __func__); \
75 NRF_802154_SPINEL_LOG_RAW("Received response for %s\n", __func__); \
82 NRF_802154_SPINEL_LOG_RAW("\t%s: "fmt "\n", name, var); \
92 NRF_802154_SPINEL_LOG_RAW("\t%s: ", name); \
94 NRF_802154_SPINEL_LOG_RAW("\n\t%s_address: 0x%08x\n", name, p_buff); \
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel.c110 NRF_802154_SPINEL_LOG_RAW("Sending spinel frame\n"); in nrf_802154_spinel_send()
118 NRF_802154_SPINEL_LOG_RAW("Received spinel frame\n"); in nrf_802154_spinel_encoded_packet_received()
Dnrf_802154_spinel_dec_app.c703 NRF_802154_SPINEL_LOG_RAW("Unsupported property: %s(%u)\n", in nrf_802154_spinel_decode_cmd_prop_value_is()
720 NRF_802154_SPINEL_LOG_RAW("Unsupported command: %s(%u)\n", in nrf_802154_spinel_dispatch_cmd()
Dnrf_802154_spinel_dec_net.c2060 NRF_802154_SPINEL_LOG_RAW("Unsupported property: %s(%u)\n", in nrf_802154_spinel_decode_cmd_prop_value_set()
2078 NRF_802154_SPINEL_LOG_RAW("Unsupported command: %s(%u)\n", in nrf_802154_spinel_dispatch_cmd()