Searched refs:init (Results 126 – 150 of 749) sorted by relevance
12345678910>>...30
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | CMakeLists.txt | 18 zephyr_linker_sources(ROM_START SORT_KEY 0x0 init.ld)
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | Kconfig | 13 Set the priority for board init, must be greater than
|
/Zephyr-latest/cmake/linker_script/common/ |
D | common-rom.cmake | 3 zephyr_linker_section(NAME init KVMA RAM_REGION GROUP RODATA_REGION) 4 zephyr_linker_section_obj_level(SECTION init LEVEL EARLY) 5 zephyr_linker_section_obj_level(SECTION init LEVEL PRE_KERNEL_1) 6 zephyr_linker_section_obj_level(SECTION init LEVEL PRE_KERNEL_2) 7 zephyr_linker_section_obj_level(SECTION init LEVEL POST_KERNEL) 8 zephyr_linker_section_obj_level(SECTION init LEVEL APPLICATION) 9 zephyr_linker_section_obj_level(SECTION init LEVEL SMP)
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 106 regulator-init-microvolt = <900000>; 115 regulator-init-microvolt = <706000>; 119 regulator-init-microvolt = <750000>; 122 regulator-init-microvolt = <1400000>; 128 regulator-init-microvolt = <1800000>; 133 regulator-init-microvolt = <1800000>; 139 regulator-init-microvolt = <3000000>;
|
/Zephyr-latest/scripts/west_commands/ |
D | spdx.py | 54 self.dbg(f" --init is", args.init) 61 if args.init:
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul.h | 84 emul_init_t init; member 150 .init = (init_fn), \
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_peripheral.c | 98 static void init(void) in init() function 160 init(); in test_main()
|
/Zephyr-latest/tests/kernel/device/ |
D | app.overlay | 59 zephyr,deferred-init; 66 zephyr,deferred-init;
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270_i2c.c | 41 .init = bmi270_bus_init_i2c,
|
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.npm1100 | 12 int "nPM1100 regulator driver init priority"
|
D | Kconfig.adp5360 | 13 int "ADP5360 regulator driver init priority"
|
D | Kconfig.npm6001 | 14 int "nPM6001 regulator driver init priority"
|
D | Kconfig.rpi_pico | 14 int "RaspberryPi Pico regulator driver init priority"
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/ |
D | soc.h | 92 bool init, uint32_t speed, uint32_t strength);
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_posix.c | 34 .init = tracing_backend_posix_init,
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.max14916 | 16 int "Driver init priority"
|
D | Kconfig.max14906 | 16 int "Driver init priority"
|
D | Kconfig.max22190 | 17 int "Driver init priority"
|
/Zephyr-latest/drivers/haptics/ |
D | Kconfig | 17 int "Haptic driver init priority"
|
/Zephyr-latest/tests/lib/cpp/cxx/ |
D | app.overlay | 21 zephyr,deferred-init;
|
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/ |
D | backend.h | 107 ec_host_cmd_backend_api_init init; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_gecko.c | 53 ADC_Init_TypeDef init = ADC_INIT_DEFAULT; in adc_gecko_set_config() local 58 init.prescale = ADC_PrescaleCalc(config->frequency, 0); in adc_gecko_set_config() 59 init.timebase = ADC_TimebaseCalc(0); in adc_gecko_set_config() 68 ADC_Init(adc_base, &init); in adc_gecko_set_config()
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | thingy52_nrf52832.dts | 148 /* Active-low LEDs init high, all else init low */ 149 init-out-high = <0xe0e0>; 150 init-out-low = <0x1f1f>;
|
D | Kconfig | 9 int "CCS_VDD power rail init priority"
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.mcux_csi | 13 int "NXP MCUX CSI init priority"
|
12345678910>>...30