Searched refs:RADIO_PCNF1_MAXLEN_Msk (Results 1 – 1 of 1) sorted by relevance
487 NRF_RADIO->PCNF1 &= ~(RADIO_PCNF1_MAXLEN_Msk | RADIO_PCNF1_STATLEN_Msk | in radio_pkt_configure()490 ((((uint32_t)max_len) << RADIO_PCNF1_MAXLEN_Pos) & RADIO_PCNF1_MAXLEN_Msk) | in radio_pkt_configure()2212 const uint8_t max_len = (NRF_RADIO->PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> in radio_ccm_ext_rx_pkt_set()2232 const uint8_t mlen = (NRF_RADIO->PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> in radio_ccm_ext_rx_pkt_set()2391 const uint8_t max_len = (NRF_RADIO->PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> in radio_ccm_ext_tx_pkt_set()