Home
last modified time | relevance | path

Searched full:remains (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/subsys/net/ip/
Dnet_timeout.c83 int32_t remains; in net_timeout_evaluate() local
96 remains = (int32_t)(last_delay - elapsed); in net_timeout_evaluate()
101 if (remains > 0) { in net_timeout_evaluate()
102 return (uint32_t)remains; in net_timeout_evaluate()
126 * counter remains positive. in net_timeout_evaluate()
/Zephyr-latest/dts/bindings/spi/
Dnxp,s32-spi.yaml41 deactivating Chip Select at the stop of transfer. If CS remains
51 of clock signal at the start of transfer. If CS remains asserted
62 next transfer. If CS remains asserted between transfer, this delay
/Zephyr-latest/drivers/bbram/
DKconfig.stm3214 application data. They are implemented in the backup domain that remains
/Zephyr-latest/dts/bindings/memory-controllers/
Dst,stm32-bbram.yaml8 application data. They are implemented in the backup domain that remains
/Zephyr-latest/dts/bindings/adc/
Dst,stm32wb0-adc.yaml27 may reach a value below 2.7V to guarantee that the ADC behavior remains correct.
/Zephyr-latest/dts/bindings/flash_controller/
Drenesas,smartbond-flash-controller.yaml24 remains high for at least this number of ns.
/Zephyr-latest/dts/bindings/sensor/
Dams,ccs811.yaml27 sensor generates an active-low level signal which remains
Dvishay,vcnl4040.yaml19 which remains asserted until the data is read.
/Zephyr-latest/dts/bindings/can/
Dst,stm32-fdcan.yaml44 Divide by 1 is the peripherals reset value and remains set unless
Dst,stm32h7-fdcan.yaml44 Divide by 1 is the peripherals reset value and remains set unless this property is configured.
/Zephyr-latest/subsys/fb/
Dcfb.c376 const uint8_t remains = y + height - j; in cfb_invert_area() local
390 if (remains < 8) { in cfb_invert_area()
391 m |= BIT_MASK((8 - (j % 8) + remains)) in cfb_invert_area()
392 << ((j % 8) + remains); in cfb_invert_area()
401 } else if (remains >= 8) { in cfb_invert_area()
406 uint8_t m = BIT_MASK(8 - remains) << (remains); in cfb_invert_area()
414 j += (remains - 1); in cfb_invert_area()
/Zephyr-latest/dts/bindings/counter/
Dnordic,nrf-timer.yaml34 up to the nRF54 series, and still remains the most typical maximum frequency for nRF54
/Zephyr-latest/dts/bindings/watchdog/
Dti,tps382x.yaml14 WDI gpio. If WDI remains high or low longer than the timeout period,
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common_errata.h50 /* Errata: Device remains in SUSPEND too long. */
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_timeout.sh16 # 4. 3rd device disables Mesh scan while still advertising. Mesh stack remains active.
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)"
147 remains in the Declined state.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst13 longer period of time, since this ensures that the object remains valid
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h143 * @param cb Callback struct. Must point to memory that remains valid.
152 * @param cb Callback struct. Must point to memory that remains valid.
/Zephyr-latest/arch/arm64/core/xen/
Denlighten.c30 /* Remains NULL until mapping will be finished by Xen */
/Zephyr-latest/modules/lvgl/input/
Dlvgl_common_input.c49 * remains the first member in lvgl_input_register_driver()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dhrs.h67 * @param cb Pointer to callbacks structure. Must point to memory that remains valid
/Zephyr-latest/include/zephyr/shell/
Dshell_history.h80 * @return True if remains in history mode.
/Zephyr-latest/arch/riscv/core/
Dipi_clint.c66 * this remains the last case. in sched_ipi_handler()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h31 * received while an in-progress message remains incomplete!
119 * received while an in-progress message remains incomplete!
/Zephyr-latest/soc/
DCMakeLists.txt19 --- boards. HWMv1 SoCs support remains only to ease the migration ---

12345