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/ |
D | nrf_802154_spinel_log.h | 54 #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/ |
D | nrf_802154_spinel.c | 110 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()
|
D | nrf_802154_spinel_dec_app.c | 703 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()
|
D | nrf_802154_spinel_dec_net.c | 2060 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()
|