Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/bicr/
DKconfig5 bool "Generate nRF54H20 BICR file"
9 This option generates a BICR file for the board being used. Board
DCMakeLists.txt19 message(STATUS "Generated BICR hex file: ${bicr_hex_file}")
Dbicrgen.py614 class BICR: class
674 bicr = BICR.from_raw(bicr_spec, ih.tobinstr())
678 bicr = BICR.from_json(data)
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c23 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr)) macro
91 switch (nrf_bicr_lfosc_accuracy_get(BICR)) { in lfosc_get_accuracy()
Dclock_control_nrf2_fll16m.c35 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr)) macro
233 lfosc_mode = nrf_bicr_lfosc_mode_get(BICR); in fll16m_init()
Dclock_control_nrf2_hfxo.c36 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr)) macro
262 start_up_time = nrf_bicr_hfxo_startup_time_us_get(BICR); in init_hfxo()
Dclock_control_nrf2_lfclk.c31 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr)) macro
206 lfosc_mode = nrf_bicr_lfosc_mode_get(BICR); in lfclk_init()