Home
last modified time | relevance | path

Searched refs:RADIO_PCNF0_LFLEN_Msk (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.c62 | RADIO_PCNF0_LFLEN_Msk); in nrfra_check_ble1M_conf()
85 | RADIO_PCNF0_LFLEN_Msk); in nrfra_check_ble2M_conf()
110 | RADIO_PCNF0_LFLEN_Msk); in nrfra_check_bleLR_conf()
142 | RADIO_PCNF0_LFLEN_Msk); in nrfra_check_802154_conf()
634 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_get_payload_length()
708 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_tx_copy_payload()
DNRF5340_peri_types.h4226 #define RADIO_PCNF0_LFLEN_Msk (0xFUL << RADIO_PCNF0_LFLEN_Pos) /*!< Bit mask of LFLEN field. */ macro