/Zephyr-latest/dts/bindings/can/ |
D | can-fd-controller.yaml | 12 Initial data phase bitrate in bit/s. If this is unset, the initial data phase bitrate is set 17 Initial data phase bitrate in bit/s. If this is unset, the initial data phase bitrate is set 22 Initial data phase sample point in per mille (e.g. 875 equals 87.5%). 24 If this is unset (or if it is set to 0), the initial sample point will default to 75.0% for
|
D | can-controller.yaml | 12 Initial bitrate in bit/s. If this is unset, the initial bitrate is set to 17 Initial bitrate in bit/s. If this is unset, the initial bitrate is set to 22 Initial sample point in per mille (e.g. 875 equals 87.5%). 24 If this is unset (or if it is set to 0), the initial sample point will default to 75.0% for
|
/Zephyr-latest/tests/subsys/zbus/integration/src/ |
D | channels.c | 16 .build = 1023) /* Initial value major 0, minor 1, build 1023 */ 25 ZBUS_MSG_INIT(0) /* Initial value {0} */ 34 ZBUS_MSG_INIT(.total = 0) /* Initial value */ 43 ZBUS_MSG_INIT(0) /* Initial value */ 52 ZBUS_MSG_INIT(.status = false) /* Initial value */ 61 ZBUS_MSG_INIT(.status = false) /* Initial value */
|
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 28 /* Initial value expected to be used at the beginning of the crc8_ccitt 34 /* Initial value expected to be used at the beginning of the OpenPGP CRC-24 computation. */ 79 * and polynomial used in addition to the initial value. This is O(n*8) where n 87 * @param seed Initial value for the CRC computation 100 * and polynomial used in addition to the initial value. This is O(n*8) where n 107 * depending on the value provided for the initial seed and the value the final 112 * poly: 0x8005 (0xA001) initial seed: 0xffff, xor output: 0x0000 117 * @param seed Initial value for the CRC computation 128 * and polynomial used in addition to the initial value. 134 * @param initial_value Initial value for the CRC computation [all …]
|
/Zephyr-latest/include/zephyr/ |
D | smf.h | 27 * @brief Macro to create a hierarchical state with initial transitions. 33 * @param _initial State initial transition object or NULL 41 IF_ENABLED(CONFIG_SMF_INITIAL_TRANSITION, (.initial = _initial,)) \ 91 * Optional initial transition state. NULL for leaf states. 93 const struct smf_state *initial; member 124 * @brief Initializes the state machine and sets its initial state. 127 * @param init_state Initial state the state machine starts in.
|
/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
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,nrf5x-regulator.yaml | 14 - regulator-initial-mode 23 regulator-initial-mode:
|
D | silabs,series2-dcdc.yaml | 17 `regulator-initial-mode` 30 - regulator-initial-mode 37 regulator-initial-mode:
|
D | x-powers,axp192-regulator.yaml | 55 - regulator-initial-mode 59 regulator-initial-mode: 66 Initial operating mode. AXP192 supports 2 different power modes:
|
D | cirrus,cp9314.yaml | 11 cirrus,initial-switched-capacitor-mode = "2:1"; 34 cirrus,initial-switched-capacitor-mode:
|
/Zephyr-latest/samples/drivers/i2s/i2s_codec/ |
D | Kconfig | 7 int "Initial count of audio data blocks" 10 Controls the initial count of audio data blocks, which are (optionally)
|
/Zephyr-latest/samples/subsys/zbus/dyn_channel/src/ |
D | main.c | 21 ZBUS_MSG_INIT(0) /* Initial value {0} */ 30 ZBUS_MSG_INIT(.major = 0, .minor = 1, .build = 1) /* Initial value {0} */ 39 ZBUS_MSG_INIT(0) /* Initial value {0} */ 48 ZBUS_MSG_INIT(0) /* Initial value {0} */
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | nxp,s32-swt.yaml | 43 - keyed: writes two pseudo-random key values based on an initial key. 46 initial-key: 50 Overrides the initial key when using keyed service mode.
|
/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/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 66 Initial variable values: 110 Checking initial variable values: ... PASSED 112 Initial variable values:
|
/Zephyr-latest/dts/bindings/display/ |
D | renesas,ra-glcdc.yaml | 42 Initial input Pixel format for Graphic LCD controller. 48 Initial output Pixel format for Graphic LCD controller.
|
/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/subsys/net/lib/dhcpv6/ |
D | dhcpv6_internal.h | 52 #define DHCPV6_SOL_TIMEOUT 1000 /* Initial Solicit timeout, milliseconds */ 54 #define DHCPV6_REQ_TIMEOUT 1000 /* Initial Request timeout, milliseconds */ 58 #define DHCPV6_CNF_TIMEOUT 1000 /* Initial Confirm timeout, milliseconds */ 61 #define DHCPV6_REN_TIMEOUT 10000 /* Initial Renew timeout, milliseconds */ 63 #define DHCPV6_REB_TIMEOUT 10000 /* Initial Rebind timeout, milliseconds */
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_attestation.h | 15 /** Maximum buffer size for an initial attestation token instance. */ 28 * @brief Gets an initial attestation token (IAT) from the TF-M secure 32 * The initial attestation token (IAT) is composed of a series of 'claims' or
|
/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/soc/nxp/kinetis/ke1xf/ |
D | Kconfig | 56 int "Initial timeout for the watchdog timer in milliseconds" 61 Initial timeout value for the watchdog timer in
|
/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 62 Initial frame requires to be followed by optional sequence of partial 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 78 Initial frame format: 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 [all …]
|
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 24 /* Initial stack frame for thread */ in arch_new_thread() 29 /* Setup the initial stack frame */ in arch_new_thread()
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | peripheral.c | 22 ZBUS_MSG_INIT(0) /* Initial value {0} */ 32 ZBUS_MSG_INIT(false) /* Initial value */
|