Searched refs:initial (Results 1 – 25 of 234) sorted by relevance
12345678910
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | accelerometer_handler.cpp | 34 bool initial = true; variable 80 if (initial && begin_index >= 100) { in ReadAccelerometer() 81 initial = false; in ReadAccelerometer() 84 if (initial) { in ReadAccelerometer()
|
/Zephyr-latest/samples/shields/npm1300_ek/ |
D | nrf52dk_nrf52832.overlay | 29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>; 34 regulator-initial-mode = <NPM1300_LDSW_MODE_LDSW>;
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_cpuapp_ns.dts | 28 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 32 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
|
D | thingy53_nrf5340_cpuapp.dts | 30 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 34 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
|
/Zephyr-latest/include/zephyr/ |
D | smf.h | 41 IF_ENABLED(CONFIG_SMF_INITIAL_TRANSITION, (.initial = _initial,)) \ 93 const struct smf_state *initial; member
|
/Zephyr-latest/lib/smf/ |
D | Kconfig | 18 bool "Support initial transitions for ancestor states" 20 If y, then each state can have an initial transition to a sub-state
|
D | smf.c | 221 while (init_state->initial) { in smf_set_initial() 222 init_state = init_state->initial; in smf_set_initial() 329 while (new_state->initial) { in smf_set_state() 330 new_state = new_state->initial; in smf_set_state()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 55 There are four types of types of frames: initial, partial, partial-final 56 and initial-final; each frame type differs by start marker and/or body 68 Body of initial frame is preceded by two byte total packet length, 71 initial frame is N - 2. 75 frame, here called initial-final; for the description of initial-final 114 Initial-final frame format is similar to initial frame format, 117 ``<base64-i>`` of initial-final frame, is Base64 encoded data taking 142 Partial frame is continuation after previous initial or other partial 195 CRC16 polynomial is 0x1021 and initial value is 0.
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/boards/ |
D | bbc_microbit_v2.overlay | 3 /* period cell corresponds to initial period */
|
D | bbc_microbit.overlay | 3 /* period cell corresponds to initial period */
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_r/scripts/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-latest/include/zephyr/arch/common/ |
D | app_data_alignment.ld | 7 /* Set initial alignment to the 32 byte minimum for all MPUs */
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | device_tree.rst | 4 In the context of sensors device tree provides the initial hardware configuration 8 then be used in a boards devicetree to configure a sensor to its initial state.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_fwdgt_gd32.c | 37 #error Must be initial-timeout > 0 41 #error Must be initial-timeout <= (256 * 4095 * 1000 / GD32_LOW_SPEED_IRC_FREQUENCY)
|
D | Kconfig.cc13xx_cc26xx | 13 int "Value for initial WDT timeout in ms"
|
/Zephyr-latest/tests/drivers/regulator/api/ |
D | app.overlay | 26 regulator-initial-mode = <1>;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_srv.rst | 25 The application can configure the initial parameters of the Private Beacon 28 changes to this configuration in the settings subsystem, the initial values may
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | lpcxpresso55s36.overlay | 23 regulator-initial-mode = <NXP_VREF_MODE_INTERNAL_REGULATOR>;
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 31 In the context of stepper controllers device tree provides the initial hardware 35 be used in a boards devicetree to configure a stepper driver to its initial state.
|
/Zephyr-latest/samples/boards/st/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-latest/boards/particle/argon/ |
D | particle_argon.dts | 36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
|
/Zephyr-latest/boards/particle/xenon/ |
D | particle_xenon.dts | 36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
|
/Zephyr-latest/samples/drivers/i2s/i2s_codec/ |
D | Kconfig | 10 Controls the initial count of audio data blocks, which are (optionally)
|
/Zephyr-latest/tests/benchmarks/sched_userspace/ |
D | README.rst | 11 threads at a higher priority, from this initial state:
|
12345678910