Searched refs:p_fmt (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_spinel.c | 92 nrf_802154_ser_err_t nrf_802154_spinel_send(const char * p_fmt, ...) in nrf_802154_spinel_send() argument 99 va_start(args, p_fmt); in nrf_802154_spinel_send() 101 siz = spinel_datatype_vpack(command_buff, sizeof(command_buff), p_fmt, args); in nrf_802154_spinel_send()
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_spinel_enc.h | 63 #define nrf_802154_spinel_send_cmd(cmd, p_fmt, ...) \ argument 64 nrf_802154_spinel_send(SPINEL_DATATYPE_COMMAND_S p_fmt, \
|
| D | nrf_802154_spinel_enc_app.h | 63 #define nrf_802154_spinel_send_cmd_prop_value_set(prop, p_fmt, ...) \ argument 65 SPINEL_DATATYPE_UINT_PACKED_S p_fmt, \
|
| D | nrf_802154_spinel_enc_net.h | 77 #define nrf_802154_spinel_send_cmd_prop_value_is(prop, p_fmt, ...) \ argument 79 SPINEL_DATATYPE_UINT_PACKED_S p_fmt, \
|
| D | nrf_802154_spinel.h | 84 nrf_802154_ser_err_t nrf_802154_spinel_send(const char * p_fmt, ...);
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/include/platform/ |
| D | nrf_802154_spinel_log.h | 108 void nrf_802154_spinel_log(const char * p_fmt, ...);
|