Searched refs:NRF_RADIO (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.c | 109 NRF_RADIO->SWITCHPATTERN = PDU_ANTENNA; in radio_df_ant_switch_pattern_set() 111 NRF_RADIO->SWITCHPATTERN = patterns[idx]; in radio_df_ant_switch_pattern_set() 121 NRF_RADIO->SWITCHPATTERN = patterns[GUARD_REF_ANTENNA_PATTERN_IDX]; in radio_df_ant_switch_pattern_set() 178 nrf_radio_dfe_pattern_pin_set(NRF_RADIO, in radio_df_ant_switching_pin_sel_cfg() 182 nrf_radio_dfe_pattern_pin_set(NRF_RADIO, in radio_df_ant_switching_pin_sel_cfg() 241 NRF_RADIO->DFEMODE &= ~RADIO_DFEMODE_DFEOPMODE_Msk; in radio_df_mode_set() 242 NRF_RADIO->DFEMODE |= ((mode << RADIO_DFEMODE_DFEOPMODE_Pos) in radio_df_mode_set() 280 NRF_RADIO->DFECTRL1 = conf; in radio_df_ctrl_set() 314 NRF_RADIO->DFECTRL2 = conf; in radio_df_ctrl_set() 380 NRF_RADIO->CLEARPATTERN = RADIO_CLEARPATTERN_CLEARPATTERN_Clear; in radio_df_ant_switch_pattern_clear() [all …]
|
D | radio.c | 155 nrf_radio_int_enable(NRF_RADIO, in radio_isr_set() 219 NRF_RADIO->PCNF1 = HAL_RADIO_RESET_VALUE_PCNF1; in radio_reset() 294 NRF_RADIO->MODE = (mode << RADIO_MODE_MODE_Pos) & RADIO_MODE_MODE_Msk; in radio_phy_set() 297 NRF_RADIO->MODECNF0 = ((RADIO_MODECNF0_DTX_Center << in radio_phy_set() 305 NRF_RADIO->MODECNF0 = (RADIO_MODECNF0_DTX_Center << in radio_phy_set() 322 NRF_RADIO->TXPOWER = value; in radio_tx_power_set() 328 NRF_RADIO->TXPOWER = (uint32_t)power; in radio_tx_power_set() 373 NRF_RADIO->FREQUENCY = chan; in radio_freq_chan_set() 378 NRF_RADIO->DATAWHITEIV = iv; in radio_whiten_iv_set() 380 NRF_RADIO->PCNF1 &= ~RADIO_PCNF1_WHITEEN_Msk; in radio_whiten_iv_set() [all …]
|
D | radio_nrf5_dppi.h | 27 nrf_radio_subscribe_set(NRF_RADIO, NRF_RADIO_TASK_TXEN, in hal_radio_enable_on_tick_ppi_config_and_enable() 32 nrf_radio_subscribe_clear(NRF_RADIO, in hal_radio_enable_on_tick_ppi_config_and_enable() 41 nrf_radio_subscribe_set(NRF_RADIO, NRF_RADIO_TASK_RXEN, in hal_radio_enable_on_tick_ppi_config_and_enable() 46 nrf_radio_subscribe_clear(NRF_RADIO, in hal_radio_enable_on_tick_ppi_config_and_enable() 62 nrf_radio_publish_set(NRF_RADIO, in hal_radio_recv_timeout_cancel_ppi_config() 77 nrf_radio_subscribe_set(NRF_RADIO, in hal_radio_disable_on_hcto_ppi_config() 88 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_END, HAL_RADIO_END_TIME_CAPTURE_PPI); in hal_radio_end_time_capture_ppi_config() 110 nrf_radio_publish_set(NRF_RADIO, in hal_radio_ready_time_capture_ppi_config() 125 nrf_radio_publish_set(NRF_RADIO, in hal_trigger_crypt_ppi_config() 158 nrf_radio_publish_set(NRF_RADIO, in hal_trigger_crypt_by_bcmatch_ppi_config() [all …]
|
D | radio_nrf5_ppi.h | 49 (uint32_t)&(NRF_RADIO->TASKS_TXEN)); in hal_radio_enable_on_tick_ppi_config_and_enable() 66 (uint32_t)&(NRF_RADIO->TASKS_RXEN)); in hal_radio_enable_on_tick_ppi_config_and_enable() 106 (uint32_t)&(NRF_RADIO->EVENTS_ADDRESS), in hal_radio_recv_timeout_cancel_ppi_config() 135 (uint32_t)&(NRF_RADIO->TASKS_DISABLE)); in hal_radio_disable_on_hcto_ppi_config() 162 (uint32_t)&(NRF_RADIO->NRF_RADIO_TXRX_END_EVENT), in hal_radio_end_time_capture_ppi_config() 191 (uint32_t)&(NRF_RADIO->EVENTS_READY), in hal_radio_ready_time_capture_ppi_config() 239 (uint32_t)&(NRF_RADIO->EVENTS_BCMATCH), in hal_trigger_crypt_by_bcmatch_ppi_config() 266 (uint32_t)&(NRF_RADIO->EVENTS_RATEBOOST), in hal_trigger_rateoverride_ppi_config() 283 (uint32_t)&(NRF_RADIO->EVENTS_DISABLED), in hal_palna_ppi_setup() 311 (uint32_t)&(NRF_RADIO->EVENTS_DISABLED), in hal_fem_ppi_setup() [all …]
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf5340_network.h | 38 #define NRF_RADIO NRF_RADIO_NS macro
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/ |
D | validate_base_addresses.c | 166 CHECK_DT_REG(radio, NRF_RADIO);
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 247 - NRF_RADIO
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync.c | 1427 rx_cte_time = nrf_radio_cte_time_get(NRF_RADIO); in sync_filtrate_by_cte_type() 1428 rx_cte_type = nrf_radio_cte_type_get(NRF_RADIO); in sync_filtrate_by_cte_type()
|