Home
last modified time | relevance | path

Searched refs:init (Results 126 – 150 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/soc/telink/tlsr/tlsr951x/
DCMakeLists.txt18 zephyr_linker_sources(ROM_START SORT_KEY 0x0 init.ld)
/Zephyr-latest/boards/beagle/beagleconnect_freedom/
DKconfig13 Set the priority for board init, must be greater than
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake3 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/
Dda1469x.dtsi106 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/
Dspdx.py54 self.dbg(f" --init is", args.init)
61 if args.init:
/Zephyr-latest/include/zephyr/drivers/
Demul.h84 emul_init_t init; member
150 .init = (init_fn), \
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c98 static void init(void) in init() function
160 init(); in test_main()
/Zephyr-latest/tests/kernel/device/
Dapp.overlay59 zephyr,deferred-init;
66 zephyr,deferred-init;
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_i2c.c41 .init = bmi270_bus_init_i2c,
/Zephyr-latest/drivers/regulator/
DKconfig.npm110012 int "nPM1100 regulator driver init priority"
DKconfig.adp536013 int "ADP5360 regulator driver init priority"
DKconfig.npm600114 int "nPM6001 regulator driver init priority"
DKconfig.rpi_pico14 int "RaspberryPi Pico regulator driver init priority"
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.h92 bool init, uint32_t speed, uint32_t strength);
/Zephyr-latest/subsys/tracing/
Dtracing_backend_posix.c34 .init = tracing_backend_posix_init,
/Zephyr-latest/drivers/gpio/
DKconfig.max1491616 int "Driver init priority"
DKconfig.max1490616 int "Driver init priority"
DKconfig.max2219017 int "Driver init priority"
/Zephyr-latest/drivers/haptics/
DKconfig17 int "Haptic driver init priority"
/Zephyr-latest/tests/lib/cpp/cxx/
Dapp.overlay21 zephyr,deferred-init;
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dbackend.h107 ec_host_cmd_backend_api_init init; member
/Zephyr-latest/drivers/adc/
Dadc_gecko.c53 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/
Dthingy52_nrf52832.dts148 /* Active-low LEDs init high, all else init low */
149 init-out-high = <0xe0e0>;
150 init-out-low = <0x1f1f>;
DKconfig9 int "CCS_VDD power rail init priority"
/Zephyr-latest/drivers/video/
DKconfig.mcux_csi13 int "NXP MCUX CSI init priority"

12345678910>>...30