Home
last modified time | relevance | path

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

12345678910>>...13

/Zephyr-4.2.1/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-4.2.1/samples/shields/npm13xx_ek/
Dnpm1300.overlay24 regulator-initial-mode = <NPM13XX_LDSW_MODE_LDO>;
29 regulator-initial-mode = <NPM13XX_LDSW_MODE_LDSW>;
Dnpm1304.overlay24 regulator-initial-mode = <NPM13XX_LDSW_MODE_LDO>;
29 regulator-initial-mode = <NPM13XX_LDSW_MODE_LDSW>;
/Zephyr-4.2.1/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-4.2.1/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.c239 while (init_state->initial != NULL) { in smf_set_initial()
240 init_state = init_state->initial; in smf_set_initial()
352 while (new_state->initial != NULL) { in smf_set_state()
353 new_state = new_state->initial; in smf_set_state()
/Zephyr-4.2.1/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-4.2.1/include/zephyr/
Dsmf.h42 IF_ENABLED(CONFIG_SMF_INITIAL_TRANSITION, (.initial = _initial,)) \
115 const struct smf_state *initial; member
/Zephyr-4.2.1/samples/boards/bbc/microbit/pong/boards/
Dbbc_microbit_v2.overlay3 /* period cell corresponds to initial period */
/Zephyr-4.2.1/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-4.2.1/include/zephyr/arch/arm/cortex_a_r/scripts/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-4.2.1/include/zephyr/arch/arm/cortex_r/scripts/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-4.2.1/include/zephyr/arch/common/
Dapp_data_alignment.ld7 /* Set initial alignment to the 32 byte minimum for all MPUs */
/Zephyr-4.2.1/samples/bluetooth/classic/handsfree/
DKconfig17 Controls the initial count of audio data blocks.
35 Controls the initial count of audio data blocks.
/Zephyr-4.2.1/samples/drivers/gnss/boards/
Dmimxrt1062_fmurt6.overlay23 initial-baudrate = <115200>;
/Zephyr-4.2.1/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-4.2.1/boards/silabs/radio_boards/xg27/
Dbg27_rb4110b.dts18 regulator-initial-mode = <SILABS_DCDC_MODE_BUCK>;
Dbg27_rb4111b.dts19 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
/Zephyr-4.2.1/dts/arm/silabs/xg27/
Defr32bg27c230f768im40.dtsi21 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
/Zephyr-4.2.1/dts/arm/silabs/xg29/
Defr32bg29b220f1024cj45.dtsi21 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
Defr32bg29b221f1024cj45.dtsi21 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
Defr32bg29b230f1024cm40.dtsi21 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;
Defr32mg29b230f1024cm40.dtsi21 regulator-initial-mode = <SILABS_DCDC_MODE_BOOST>;

12345678910>>...13