/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | limits.h | 10 #include_next <limits.h>
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | limits.h | 10 #include_next <limits.h>
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 5 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/ |
D | pwm_mchp_xec_bbled.c | 112 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/ |
D | led_mchp_xec.c | 82 volatile uint32_t limits; member 173 regs->limits = (regs->limits & ~(XEC_BBLED_LIM_MIN_MSK)) in xec_bbled_blink()
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_common.dtsi | 20 /* Maximum TX power limits for 2.4 GHz */
|
/Zephyr-latest/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 25 /* limits are set to min/max allowed values */
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.semaphore | 25 Note: currently, in Zephyr, this only limits the number of named semaphores (i.e. those
|
D | Kconfig.timer | 64 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html 73 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
|
D | Kconfig.net | 29 https://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
|
D | Kconfig.device_io | 56 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
|
D | Kconfig.pthread | 25 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/ |
D | target.cmake | 37 # 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/ |
D | health_srv.rst | 19 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/ |
D | npm1300_ek.overlay | 24 /* limits are set to min/max allowed values */
|
/Zephyr-latest/tests/drivers/can/timing/ |
D | Kconfig | 11 impose limits on which bitrates can be met due to limitations in the CAN core clock
|
/Zephyr-latest/boards/shields/tcan4550evm/doc/ |
D | index.rst | 26 This shield configuration limits the maximum SPI clock frequency to 2MHz although the
|
/Zephyr-latest/ |
D | .clang-format | 92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
|
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | Kconfig | 23 and TCRIT temperature limits.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 32 foreach(file_name include/stddef.h include-fixed/limits.h)
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 37 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/ |
D | arduino_portenta_h7_stm32h747xx_m7.dts | 71 * The design specification from this reference design limits the maximum
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 24 As this implementations directly maps the PSA storage UIDs to ZMS entry IDs, it limits
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 402 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/ |
D | README.rst | 57 for each client. This limits the maximum length of an individual HTTP header
|