Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/bicr/
DCMakeLists.txt2 set(bicr_json_file ${BOARD_DIR}/bicr.json)
3 set(bicr_hex_file ${PROJECT_BINARY_DIR}/bicr.hex)
DKconfig10 directory must contain a "bicr.json" file for this option to work.
Dbicrgen.py674 bicr = BICR.from_raw(bicr_spec, ih.tobinstr()) variable
678 bicr = BICR.from_json(data) variable
689 bicr.to_raw(bicr_spec, buf)
696 bicr.to_json(buf)
703 pprint(bicr)
/Zephyr-latest/soc/nordic/nrf54h/
DCMakeLists.txt19 add_subdirectory(bicr)
DKconfig71 rsource "bicr/Kconfig"
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c23 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr))
Dclock_control_nrf2_fll16m.c35 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr))
Dclock_control_nrf2_hfxo.c36 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr))
Dclock_control_nrf2_lfclk.c31 #define BICR (NRF_BICR_Type *)DT_REG_ADDR(DT_NODELABEL(bicr))
/Zephyr-latest/soc/nordic/
Dvalidate_base_addresses.c333 CHECK_DT_REG(bicr, NRF_APPLICATION_BICR);
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi232 bicr: bicr@7b0 { label
233 compatible = "nordic,nrf-bicr";