Searched refs:initial (Results 1 – 25 of 84) sorted by relevance
1234
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/src/ |
D | accelerometer_handler.cc | 35 bool initial = true; variable 85 if (initial && begin_index >= 100) { in ReadAccelerometer() 86 initial = false; in ReadAccelerometer() 89 if (initial) { in ReadAccelerometer()
|
/Zephyr-Core-2.7.6/subsys/net/lib/coap/ |
D | Kconfig | 56 int "base length of the random generated initial ACK timeout in ms" 63 bool "Randomize initial ACK timeout, as specified in RFC 7252" 66 If enabled, the initial ACK timeout will be randomized, as specified 69 COAP_INIT_ACK_TIMEOUT_MS option). Otherwise, the initial ACK timeout
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/cortex_r/scripts/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-Core-2.7.6/include/arch/common/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/cortex_a_r/scripts/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/mesh/ |
D | proxy.rst | 9 controlled by the :ref:`bluetooth_mesh_models_cfg_srv`, and the initial value
|
D | cfg_srv.rst | 12 The :c:struct:`bt_mesh_cfg_srv` structure has been deprecated. The initial
|
/Zephyr-Core-2.7.6/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh0213b72.overlay | 26 lut-initial = [
|
D | waveshare_epaper_gdeh029a1.overlay | 27 lut-initial = [
|
D | waveshare_epaper_gdeh0213b1.overlay | 26 lut-initial = [
|
/Zephyr-Core-2.7.6/samples/boards/olimex_stm32_e407/ccm/ |
D | README.rst | 17 are initialized. Like the normal data section the initial 25 that don't need to have a defined initial value (for example 64 Checking initial variable values: ... PASSED 110 Checking initial variable values: ... PASSED
|
/Zephyr-Core-2.7.6/tests/benchmarks/sched/ |
D | README.rst | 9 _pend_curr_irqlock(). From this initial state:
|
/Zephyr-Core-2.7.6/samples/drivers/counter/alarm/ |
D | README.rst | 9 It sets an alarm with an initial delay of 2 seconds. At each alarm
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | Kconfig.ipv4 | 66 int "Maximum time out for initial discover request" 72 1 and 10 seconds before sending the initial discover.
|
/Zephyr-Core-2.7.6/boards/arm/reel_board/ |
D | reel_board.dts | 76 lut-initial = [
|
D | reel_board_v2.dts | 52 lut-initial = [
|
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_shell/ |
D | README.rst | 107 **print**: pass the initial column and row positions and the text in 118 **scroll**: pass the scroll direction, vertical or horizontal, the initial
|
/Zephyr-Core-2.7.6/drivers/watchdog/ |
D | Kconfig.stm32 | 24 Set initial timeout value for IWDG in ms if enabled at boot.
|
/Zephyr-Core-2.7.6/samples/bluetooth/hci_pwr_ctrl/ |
D | README.rst | 11 peripheral advertising with varying Tx power. The initial advertiser TX power
|
/Zephyr-Core-2.7.6/tests/drivers/regulator/fixed/ |
D | README.txt | 13 optimized one synchronous transitions. The initial state of the
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 145 int "Set initial pdelay request interval in Log2 base" 153 int "Set initial sync interval in Log2 base" 161 int "Set initial announce interval in Log2 base"
|
/Zephyr-Core-2.7.6/doc/security/ |
D | sensor-threat.rst | 293 lifecycle that impact security include initial provisioning, normal 296 a. **Initial provisioning**. During the initial provisioning stage, 297 it is necessary to program the bootloader, an initial application 298 image, a device secret, and initial configuration data 299 [th-initial-provision]_. In 304 [th-initial-secret]_. 390 .. [th-initial-provision] 393 .. [th-initial-secret] 394 The initial secret shall be securely maintained, and destroyed in
|
/Zephyr-Core-2.7.6/doc/development_process/ |
D | index.rst | 31 feedback, and responses from the community and contributors, both for initial
|
/Zephyr-Core-2.7.6/soc/x86/apollo_lake/doc/ |
D | supported_features.txt | 57 ``current-speed`` is unchanged, and as usual indicates the initial baud rate.
|
/Zephyr-Core-2.7.6/samples/boards/nrf/system_off/ |
D | README.rst | 30 system off was entered, and total uptime since initial power-on are retained
|
1234