Searched refs:NRF_RADIO (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/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 = (HAL_RADIO_CLEARPATTERN_CLEARPATTERN_Clear << in radio_df_ant_switch_pattern_clear() [all …]
|
D | radio.c | 162 nrf_radio_int_enable(NRF_RADIO, HAL_RADIO_INTENSET_DISABLED_Msk); in radio_isr_set() 207 NRF_RADIO->PCNF1 = HAL_RADIO_RESET_VALUE_PCNF1; in radio_reset() 222 NRF_RADIO->TIMING = (RADIO_TIMING_RU_Legacy << RADIO_TIMING_RU_Pos) & in radio_reset() 225 NRF_RADIO->TIMING = (RADIO_TIMING_RU_Fast << RADIO_TIMING_RU_Pos) & in radio_reset() 294 NRF_RADIO->MODE = (mode << RADIO_MODE_MODE_Pos) & RADIO_MODE_MODE_Msk; in radio_phy_set() 298 NRF_RADIO->MODECNF0 = ((RADIO_MODECNF0_DTX_Center << in radio_phy_set() 305 NRF_RADIO->MODECNF0 = (RADIO_MODECNF0_DTX_Center << in radio_phy_set() 318 NRF_RADIO->TXPOWER = value; in radio_tx_power_set() 328 NRF_RADIO->TXPOWER = value; in radio_tx_power_set() 334 NRF_RADIO->TXPOWER = (uint32_t)power; in radio_tx_power_set() [all …]
|
D | radio_nrf5_dppi.h | 31 nrf_radio_subscribe_set(NRF_RADIO, NRF_RADIO_TASK_TXEN, in hal_radio_enable_on_tick_ppi_config_and_enable() 36 nrf_radio_subscribe_clear(NRF_RADIO, in hal_radio_enable_on_tick_ppi_config_and_enable() 45 nrf_radio_subscribe_set(NRF_RADIO, NRF_RADIO_TASK_RXEN, in hal_radio_enable_on_tick_ppi_config_and_enable() 50 nrf_radio_subscribe_clear(NRF_RADIO, in hal_radio_enable_on_tick_ppi_config_and_enable() 66 nrf_radio_publish_set(NRF_RADIO, in hal_radio_recv_timeout_cancel_ppi_config() 81 nrf_radio_subscribe_set(NRF_RADIO, in hal_radio_disable_on_hcto_ppi_config() 92 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_END, HAL_RADIO_END_TIME_CAPTURE_PPI); in hal_radio_end_time_capture_ppi_config() 134 nrf_radio_publish_set(NRF_RADIO, in hal_radio_ready_time_capture_ppi_config() 150 nrf_radio_publish_set(NRF_RADIO, in hal_trigger_crypt_ppi_config() 169 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_BCMATCH, HAL_TRIGGER_AAR_PPI); in hal_trigger_aar_ppi_config() [all …]
|
D | radio_nrf5_ppi.h | 67 (uint32_t)&(NRF_RADIO->TASKS_TXEN)); in hal_radio_enable_on_tick_ppi_config_and_enable() 84 (uint32_t)&(NRF_RADIO->TASKS_RXEN)); in hal_radio_enable_on_tick_ppi_config_and_enable() 124 (uint32_t)&(NRF_RADIO->EVENTS_ADDRESS), in hal_radio_recv_timeout_cancel_ppi_config() 153 (uint32_t)&(NRF_RADIO->TASKS_DISABLE)); in hal_radio_disable_on_hcto_ppi_config() 180 (uint32_t)&(NRF_RADIO->NRF_RADIO_TRX_END_EVENT), in hal_radio_end_time_capture_ppi_config() 209 (uint32_t)&(NRF_RADIO->EVENTS_READY), in hal_radio_ready_time_capture_ppi_config() 257 (uint32_t)&(NRF_RADIO->EVENTS_BCMATCH), in hal_trigger_crypt_by_bcmatch_ppi_config() 284 (uint32_t)&(NRF_RADIO->EVENTS_RATEBOOST), in hal_trigger_rateoverride_ppi_config() 306 (uint32_t)&(NRF_RADIO->NRF_RADIO_TRX_END_EVENT), in hal_sw_switch_timer_clear_ppi_config() 367 ((uint32_t)&(NRF_RADIO->NRF_RADIO_TRX_END_EVENT)) [all …]
|
D | radio_nrf5_ppi_gpiote.h | 20 (uint32_t)&(NRF_RADIO->EVENTS_DISABLED), in hal_palna_ppi_setup() 47 (uint32_t)&(NRF_RADIO->EVENTS_DISABLED), in hal_fem_ppi_setup()
|
D | radio_nrf5_dppi_gpiote.h | 14 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_DISABLED, in hal_palna_ppi_setup() 63 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_DISABLED, in hal_fem_ppi_setup()
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 40 #if !defined(NRF_RADIO) && defined(NRF_RADIOCORE_RADIO) 41 #define NRF_RADIO NRF_RADIOCORE_RADIO macro 248 CHECK_DT_REG(radio, NRF_RADIO);
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf5340_network.h | 38 #define NRF_RADIO NRF_RADIO_NS macro
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync.c | 1442 rx_cte_time = nrf_radio_cte_time_get(NRF_RADIO); in sync_filtrate_by_cte_type() 1443 rx_cte_type = nrf_radio_cte_type_get(NRF_RADIO); in sync_filtrate_by_cte_type()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 354 - NRF_RADIO
|