Searched refs:early (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/kernel/ |
D | Kconfig.init | 10 bool "Run early SoC reset hook" 12 Run an early SoC reset hook. 18 bool "Run early SoC preparation hook" 20 Run an early SoC preparation hook. 26 bool "Run early SoC hook" 28 Run an early SoC initialization hook. 51 bool "Run early board hook" 53 Run an early board initialization hook.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_grtc | 49 too early. In other words, applying SYSCOUNTER sleep state for less than
|
/Zephyr-latest/cmake/toolchain/arcmwdt/ |
D | generic.cmake | 27 # On very early stage build system needs to get access to DTC preprocessor.
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 55 The sys_winstream utility is sometimes used in early boot
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 15 During very early boot, page tables are loaded so technically the kernel 84 access during very early boot. To pass extra command line arguments to
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.intel64 | 28 processing and early kernel/CPU initialization. They need only
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig | 34 peripheral at early boot stages depending on a certain input.
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.saml2x | 11 These can be mitigated by inserting a small delay during the early boot
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 60 int "Buffer size to store early messages"
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rd_client.c | 1128 int64_t early = CONFIG_LWM2M_SECONDS_TO_UPDATE_EARLY; in next_update() local 1133 if (early > client.lifetime) { in next_update() 1134 early = client.lifetime; in next_update() 1137 next = MIN(period, client.lifetime - early); in next_update()
|
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
D | README.rst | 7 early boot stages, depending on the input level on a pin connected to a
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 114 Initialize P4WQ threads early so that the P4WQ can be used on devices
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 36 If TWT setup is triggered early in the connection, then device might
|
/Zephyr-latest/boards/blues/swan_r5/doc/ |
D | index.rst | 13 developers' needs that span from early prototyping through high-volume
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 36 early random number genenator.
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 386 bool "Make early stage SoC-specific initialization" 388 Call SoC per-core setup code on early stage initialization
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 571 bool "Exit early if PWE if found" 575 this can be intensive, so, add an option to exit early.
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 91 * Xen early console_io interface (mainly for debug purposes - requires debug version of Xen)
|
/Zephyr-latest/boards/adi/max32672fthr/doc/ |
D | index.rst | 10 a power-optimized flexible platform for quick proof-ofconcepts and early software development
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 78 early in the flow after the VW channel is configured. Or it could be
|
/Zephyr-latest/boards/adi/max32655fthr/doc/ |
D | index.rst | 13 early software development to enhance time to market. Go to
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 135 offer early prototypes of features before they become 163 infrastructure that provides coverage baselines, catches issues early,
|
/Zephyr-latest/boards/adi/max32666fthr/doc/ |
D | index.rst | 11 This platform provides poweroptimized flexible for quick proof-of-concepts and early software
|
/Zephyr-latest/boards/adi/max78000fthr/doc/ |
D | index.rst | 11 platform for quick proof-of-concepts and early software development to enhance time to market.
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 173 Take care if relocating kernel/arch files, some contain early initialization
|
123