/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/include/zephyr/sys/ |
D | crc.h | 28 /* Initial value expected to be used at the beginning of the crc8_ccitt 33 /* Initial value expected to be used at the beginning of the OpenPGP CRC-24 computation. */ 77 * and polynomial used in addition to the initial value. This is O(n*8) where n 85 * @param seed Initial value for the CRC computation 98 * and polynomial used in addition to the initial value. This is O(n*8) where n 105 * depending on the value provided for the initial seed and the value the final 110 * poly: 0x8005 (0xA001) initial seed: 0xffff, xor output: 0x0000 115 * @param seed Initial value for the CRC computation 126 * and polynomial used in addition to the initial value. 132 * @param initial_value Initial value for the CRC computation [all …]
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/dts/bindings/regulator/ |
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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/boards/stm32/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/soc/nxp/kinetis/ke1xf/ |
D | Kconfig | 55 int "Initial timeout for the watchdog timer in milliseconds" 60 Initial timeout value for the watchdog timer in
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/subsys/zbus/uart_bridge/src/ |
D | peripheral.c | 22 ZBUS_MSG_INIT(0) /* Initial value {0} */ 32 ZBUS_MSG_INIT(false) /* Initial value */
|
/Zephyr-Core-3.7.0/arch/nios2/core/ |
D | thread.c | 37 /* Initial stack frame data, stored at the base of the stack */ in arch_new_thread() 40 /* Setup the initial stack frame */ in arch_new_thread()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/subsys/llext/simple/src/ |
D | multi_file_ext1.c | 27 /* initial run: test variable initialization */ in test_entry() 39 printk("initial: local %d plus external %d equals %d\n", in test_entry()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/services/smf/ |
D | index.rst | 42 By default, the hierarchical state machines do not support initial transitions 75 This example creates three hierarchical states with an initial transition 89 To set the initial state, the :c:func:`smf_set_initial` function should be 99 if an initial transition to a child state is defined. A well-formed 100 HSM should have initial transitions defined for all parent states. 147 SMF also does not provide any pseudostates except the Initial Pseudostate. 159 the initial state is S0. 242 /* Set initial state */ 261 S0 and S1 share a parent state and S0 is the initial state. 346 /* Set initial state */ [all …]
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | userspace.c | 32 * We don't need to update the privilege mode initial stack pointer either, 41 /* Set initial stack pointer when elevating privileges from Ring 3 in z_x86_swap_update_page_tables() 67 * Returns the initial entry point to swap into. 105 /* Transition will reset stack pointer to initial, discarding in arch_user_mode_enter()
|