Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c208 NRF_RADIO->PCNF1 = HAL_RADIO_RESET_VALUE_PCNF1; in radio_reset()
395 NRF_RADIO->PCNF1 &= ~RADIO_PCNF1_WHITEEN_Msk; in radio_whiten_iv_set()
396 NRF_RADIO->PCNF1 |= ((1UL) << RADIO_PCNF1_WHITEEN_Pos) & in radio_whiten_iv_set()
487 NRF_RADIO->PCNF1 &= ~(RADIO_PCNF1_MAXLEN_Msk | RADIO_PCNF1_STATLEN_Msk | in radio_pkt_configure()
489 NRF_RADIO->PCNF1 |= 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()