Searched refs:RADIO_PCNF0_LFLEN_Pos (Results 1 – 2 of 2) sorted by relevance
64 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble1M_conf()87 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_ble2M_conf()112 int check = ( ( 8 << RADIO_PCNF0_LFLEN_Pos ) in nrfra_check_bleLR_conf()152 | ( 8 << RADIO_PCNF0_LFLEN_Pos ) 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()
4225 #define RADIO_PCNF0_LFLEN_Pos (0UL) /*!< Position of LFLEN field. */ macro4226 #define RADIO_PCNF0_LFLEN_Msk (0xFUL << RADIO_PCNF0_LFLEN_Pos) /*!< Bit mask of LFLEN field. */