Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_timings.c109 if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in nhwra_timings_get_Rx_chain_delay()
123 if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in get_modidx()
DNHW_RADIO_utils.c194 } else if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in nhwra_check_packet_conf()
282 } else if (MODE == RADIO_MODE_MODE_Ble_2Mbit) { in nhra_modulation_from_mode()
297 || (MODE == RADIO_MODE_MODE_Ble_2Mbit) in nhwra_is_ble_mode()
338 } else if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in nhwra_prep_rx_request()
DNHW_RADIO.c902 } else if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in start_Tx()
1261 } else if (NRF_RADIO_regs.MODE == RADIO_MODE_MODE_Ble_2Mbit) { in start_Rx()
DNRF5340_peri_types.h4180 #define RADIO_MODE_MODE_Ble_2Mbit (4UL) /*!< 2 Mbps BLE */ macro