Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/lib/libc/arcmwdt/include/
Dlimits.h10 #include_next <limits.h>
/Zephyr-latest/lib/libc/armstdc/include/
Dlimits.h10 #include_next <limits.h>
/Zephyr-latest/samples/sensor/adc_cmp_npcx/
DREADME.rst5 Detect upper/lower voltage limits using NPCX ADC Comparator driver.
21 to ADC channel 8, when voltages cross upper/lower limits, detection messages
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec_bbled.c112 volatile uint32_t limits; member
151 val = regs->limits & ~(XEC_PWM_BBLED_LIM_MIN_MSK); in xec_pwmbb_progam_pwm()
153 regs->limits = val; in xec_pwmbb_progam_pwm()
235 regs->limits &= ~XEC_PWM_BBLED_LIM_MIN_MSK; in pwm_bbled_xec_set_cycles()
241 regs->limits &= ~XEC_PWM_BBLED_LIM_MIN_MSK; in pwm_bbled_xec_set_cycles()
/Zephyr-latest/drivers/led/
Dled_mchp_xec.c82 volatile uint32_t limits; member
173 regs->limits = (regs->limits & ~(XEC_BBLED_LIM_MIN_MSK)) in xec_bbled_blink()
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_common.dtsi20 /* Maximum TX power limits for 2.4 GHz */
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay25 /* limits are set to min/max allowed values */
/Zephyr-latest/lib/posix/options/
DKconfig.semaphore25 Note: currently, in Zephyr, this only limits the number of named semaphores (i.e. those
DKconfig.timer64 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
73 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
DKconfig.net29 https://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
DKconfig.device_io56 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
DKconfig.pthread25 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
46 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
/Zephyr-latest/cmake/compiler/gcc/
Dtarget.cmake37 # GCC-13, does not install limits.h on include-fixed anymore
46 set(fix_header_file include/limits.h)
48 set(fix_header_file include-fixed/limits.h)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst19 are close to the limits of what the node is designed to withstand, but not
21 outside of the node's design limits, and may have caused invalid behavior or
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay24 /* limits are set to min/max allowed values */
/Zephyr-latest/tests/drivers/can/timing/
DKconfig11 impose limits on which bitrates can be met due to limitations in the CAN core clock
/Zephyr-latest/boards/shields/tcan4550evm/doc/
Dindex.rst26 This shield configuration limits the maximum SPI clock frequency to 2MHz although the
/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/drivers/sensor/adi/adt7420/
DKconfig23 and TCRIT temperature limits.
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake32 foreach(file_name include/stddef.h include-fixed/limits.h)
/Zephyr-latest/doc/build/version/
Dindex.rst37 Each field and the values it supports is described below. Zephyr limits the value of each numeric
39 is used for, e.g. bootloaders might only support some of these fields or might place limits on the
/Zephyr-latest/boards/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts71 * The design specification from this reference design limits the maximum
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store24 As this implementations directly maps the PSA storage UIDs to ZMS entry IDs, it limits
/Zephyr-latest/tests/lib/json/src/
Dmain.c402 struct test_int_limits limits = { in ZTEST() local
418 &limits, buffer, sizeof(buffer)); in ZTEST()
424 zassert_true(!memcmp(&limits, &limits_decoded, sizeof(limits)), in ZTEST()
/Zephyr-latest/samples/net/prometheus/
DREADME.rst57 for each client. This limits the maximum length of an individual HTTP header

123