Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h29 uint nhwra_get_payload_length(uint8_t *buf);
DNHW_RADIO_utils.c628 uint nhwra_get_payload_length(uint8_t *buf){ in nhwra_get_payload_length() function
655 uint payload_lenght = nhwra_get_payload_length(buf); in nrfra_get_capped_payload_length()
733 payload_len = nhwra_get_payload_length(tx_buf); in nhwra_tx_copy_payload()
DNHW_RADIO.c1004 uint length = nhwra_get_payload_length(rx_buf); in Rx_handle_address_end_response()