Home
last modified time | relevance | path

Searched refs:RAW_PAYLOAD_OFFSET (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_direct.c58 #define RAW_PAYLOAD_OFFSET 1 macro
Dnrf_802154.c89 static uint8_t m_tx_buffer[RAW_PAYLOAD_OFFSET + MAX_PACKET_SIZE];
106 memcpy(m_tx_buffer, p_data, RAW_PAYLOAD_OFFSET + length); in tx_buffer_fill_for_modulated_carrier()
Dnrf_802154_notification_swi.c64 #define RAW_PAYLOAD_OFFSET 1 macro
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h44 #define RAW_PAYLOAD_OFFSET 1 ///< Offset of… macro
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c1139 NRF_802154_SPINEL_LOG_BUFF(p_data, RAW_PAYLOAD_OFFSET + p_data[0]); in nrf_802154_modulated_carrier()
1148 RAW_PAYLOAD_OFFSET + p_data[0]); in nrf_802154_modulated_carrier()
Dnrf_802154_spinel_dec_net.c515 if (p_buffer_len != RAW_PAYLOAD_OFFSET + ((uint8_t *)p_buffer)[0]) in spinel_decode_prop_nrf_802154_modulated_carrier()