Searched full:startup (Results 1 – 25 of 259) sorted by relevance
1234567891011
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig | 23 Instruction cache size to be set on application startup. 42 Instruction cache associated ways to be set on application startup. 59 Instruction cache line size to be set on application startup. 84 Data cache size to be set on application startup. 98 # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup 107 Data cache associated ways to be set on application startup. 124 Data cache line size to be set on application startup.
|
D | memory.h | 26 * - 0x3fce9710 - 0x3fceb710: PRO CPU stack, can be reclaimed as heap after RTOS startup 27 * - 0x3fceb710 - 0x3fced710: APP CPU stack, can be reclaimed as heap after RTOS startup 48 /* For safety margin between bootloader data section and startup stacks */
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nxp,vref.yaml | 23 nxp,buffer-startup-delay-us: 27 Buffer startup delay as specified in the 30 nxp,bandgap-startup-time-us: 34 Maximum bandgap startup time as specified in the
|
/Zephyr-latest/dts/bindings/spi/ |
D | xlnx,xps-spi-2.00.a.yaml | 41 xlnx,startup-block: 44 Indicates the core is instantiated with the STARTUP block option, as is 47 STARTUP block rather than normal signal routing. 49 transaction to the SPI flash device to ensure the STARTUP block is
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd5x | 10 startup. This can then be selected as the main clock source 15 hex "Startup time external 32 kHz crystal oscillator" 19 Selects the startup time for the external 32 kHz crystal oscillator.
|
D | Kconfig.samd2x | 15 Enable the internal 32.768 kHz RC oscillator at startup. 21 Enable the internal 8 MHz RC oscillator at startup. 27 Enable the external 32.768 kHz clock source at startup. 41 Enable the external 0.4..32 MHz clock source at startup.
|
D | Kconfig.saml2x | 21 Eable the internal 32.768 kHz RC oscillator at startup. 27 Enable the external 32.768 kHz cloud source at startup. 41 Enable the internal 16 MHz RC oscillator at startup.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_xrtc | 8 prompt "Clock startup policy" 17 remaining startup time. 24 startup time and then seamlessly switches to the target clock source when
|
/Zephyr-latest/dts/bindings/clock/ |
D | raspberrypi,pico-xosc.yaml | 12 startup-delay-multiplier: 16 Startup delay multiplier. The default value matches the Pico SDK.
|
/Zephyr-latest/soc/espressif/ |
D | Kconfig | 43 When the startup code initializes RTC_SLOW_CLK, it can perform 48 time in deep sleep. Lower numbers reduce startup time. 51 startup, and approximate clock frequencies will be assumed:
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.xmc4xxx | 17 int "Default watchdog timeout to use at startup" 21 at startup.
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-gpio.yaml | 22 startup-delay-us: 25 description: Startup time, in microseconds
|
/Zephyr-latest/tests/kernel/common/src/ |
D | boot_delay.c | 23 * and long firmware startup (often 10+ seconds on a in ZTEST() 24 * EFI PC!) can easily roll this over during startup, in ZTEST()
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 26 bool "Init networking support automatically during device startup" 37 int "Startup priority for the network application init" 72 during the device startup. 208 bool "Initialize system clock using SNTP on application startup" 214 correct absolute time (no just time since system startup).
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | Kconfig.simplelink | 44 int "Time (in seconds) to wait for fast connect on startup" 48 previously connected AP on startup. Should the Wi-Fi connection
|
/Zephyr-latest/dts/bindings/adc/ |
D | atmel,sam-adc.yaml | 25 startup-time: 29 ADC startup time in ADC clock cycles.
|
/Zephyr-latest/dts/bindings/lora/ |
D | semtech,sx126x-base.yaml | 58 tcxo-power-startup-delay-ms: 61 Startup delay to let the TCXO stabilize after TCXO power on.
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | thunderboard.dtsi | 46 startup-delay-us = <100000>; 55 startup-delay-us = <100000>; 62 startup-delay-us = <100000>;
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | thunderboard.dtsi | 46 startup-delay-us = <100000>; 55 startup-delay-us = <100000>; 62 startup-delay-us = <100000>;
|
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | debug.cmm | 6 DO ~~~~/startup.cmm command=debug &args
|
/Zephyr-latest/modules/mbedtls/include/ |
D | mbedtls_init.h | 11 * have mbedtls initialised during kernel startup
|
/Zephyr-latest/tests/drivers/regulator/fixed/dts/ |
D | test_common.dtsi | 11 startup-delay-us = <1000000>;
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | memory.h | 24 * - 0x3fcdcb70 - 0x3fcdeb70: PRO CPU stack, can be reclaimed as heap after RTOS startup 42 /* For safety margin between bootloader data section and startup stacks */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | memory.h | 23 * - 0x4087c610 - 0x4087e610: PRO CPU stack, can be reclaimed as heap after RTOS startup 38 /* For safety margin between bootloader data section and startup stacks */
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | memory.h | 19 * - 0x3fffc410 - 0x3fffe710: CPU stack, can be reclaimed as heap after RTOS startup 35 /* For safety margin between bootloader data section and startup stacks */
|
1234567891011