Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 234) sorted by relevance

12345678910

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Daccelerometer_handler.cpp34 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/
Dnrf52dk_nrf52832.overlay29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>;
34 regulator-initial-mode = <NPM1300_LDSW_MODE_LDSW>;
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_cpuapp_ns.dts28 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
32 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
Dthingy53_nrf5340_cpuapp.dts30 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
34 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
/Zephyr-latest/include/zephyr/
Dsmf.h41 IF_ENABLED(CONFIG_SMF_INITIAL_TRANSITION, (.initial = _initial,)) \
93 const struct smf_state *initial; member
/Zephyr-latest/lib/smf/
DKconfig18 bool "Support initial transitions for ancestor states"
20 If y, then each state can have an initial transition to a sub-state
Dsmf.c221 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/
Dsmp_transport.rst55 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/
Dbbc_microbit_v2.overlay3 /* period cell corresponds to initial period */
Dbbc_microbit.overlay3 /* period cell corresponds to initial period */
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-latest/include/zephyr/arch/arm/cortex_r/scripts/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-latest/include/zephyr/arch/common/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-latest/doc/hardware/peripherals/sensor/
Ddevice_tree.rst4 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/
Dwdt_fwdgt_gd32.c37 #error Must be initial-timeout > 0
41 #error Must be initial-timeout <= (256 * 4095 * 1000 / GD32_LOW_SPEED_IRC_FREQUENCY)
DKconfig.cc13xx_cc26xx13 int "Value for initial WDT timeout in ms"
/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay26 regulator-initial-mode = <1>;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_srv.rst25 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/
Dlpcxpresso55s36.overlay23 regulator-initial-mode = <NXP_VREF_MODE_INTERNAL_REGULATOR>;
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst31 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/
DREADME.rst17 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/
Dparticle_argon.dts36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
/Zephyr-latest/boards/particle/xenon/
Dparticle_xenon.dts36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
/Zephyr-latest/samples/drivers/i2s/i2s_codec/
DKconfig10 Controls the initial count of audio data blocks, which are (optionally)
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst11 threads at a higher priority, from this initial state:

12345678910