Searched full:remains (Results 1 – 25 of 104) sorted by relevance
12345
/Zephyr-latest/subsys/net/ip/ |
D | net_timeout.c | 83 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/ |
D | nxp,s32-spi.yaml | 41 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/ |
D | Kconfig.stm32 | 14 application data. They are implemented in the backup domain that remains
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-bbram.yaml | 8 application data. They are implemented in the backup domain that remains
|
/Zephyr-latest/dts/bindings/adc/ |
D | st,stm32wb0-adc.yaml | 27 may reach a value below 2.7V to guarantee that the ADC behavior remains correct.
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | renesas,smartbond-flash-controller.yaml | 24 remains high for at least this number of ns.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ams,ccs811.yaml | 27 sensor generates an active-low level signal which remains
|
D | vishay,vcnl4040.yaml | 19 which remains asserted until the data is read.
|
/Zephyr-latest/dts/bindings/can/ |
D | st,stm32-fdcan.yaml | 44 Divide by 1 is the peripherals reset value and remains set unless
|
D | st,stm32h7-fdcan.yaml | 44 Divide by 1 is the peripherals reset value and remains set unless this property is configured.
|
/Zephyr-latest/subsys/fb/ |
D | cfb.c | 376 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/ |
D | nordic,nrf-timer.yaml | 34 up to the nRF54 series, and still remains the most typical maximum frequency for nRF54
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | ti,tps382x.yaml | 14 WDI gpio. If WDI remains high or low longer than the timeout period,
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common_errata.h | 50 /* Errata: Device remains in SUSPEND too long. */
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_timeout.sh | 16 # 4. 3rd device disables Mesh scan while still advertising. Mesh stack remains active.
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)" 147 remains in the Declined state.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 13 longer period of time, since this ensures that the object remains valid
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | classic.h | 143 * @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/ |
D | enlighten.c | 30 /* Remains NULL until mapping will be finished by Xen */
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_common_input.c | 49 * remains the first member in lvgl_input_register_driver()
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | hrs.h | 67 * @param cb Pointer to callbacks structure. Must point to memory that remains valid
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_history.h | 80 * @return True if remains in history mode.
|
/Zephyr-latest/arch/riscv/core/ |
D | ipi_clint.c | 66 * this remains the last case. in sched_ipi_handler()
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_ipc.h | 31 * received while an in-progress message remains incomplete! 119 * received while an in-progress message remains incomplete!
|
/Zephyr-latest/soc/ |
D | CMakeLists.txt | 19 --- boards. HWMv1 SoCs support remains only to ease the migration ---
|
12345