Searched full:limits (Results 1 – 25 of 153) sorted by relevance
1234567
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_mchp_xec_bbled.c | 51 * Duty cycle is derived from LIMITS register MINIMUM 8-bit field 58 * BBLED PWM mode duty cycle specified by 8-bit MIN field of the LIMITS register 80 /* Limits register */ 111 volatile uint32_t limits; member 160 /* BBLED-PWM duty cycle set in 8-bit MINIMUM field of BBLED LIMITS register. 161 * Limits.Minimum == 0 (alwyas off, output driven low) 163 * 1 <= Limits.Minimum <= 254 duty cycle 183 * LIMITS.MIN = duty cycle = [1, 254] 184 * LIMITS register update takes effect immediately. 200 val = regs->limits & ~(XEC_PWM_BBLED_LIM_MIN_MSK); in xec_pwmbb_progam_pwm() [all …]
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | Kconfig.signal | 32 int "_POSIX_RTSIG_MAX value in limits.h" 35 Define the _POSIX_RTSIG_MAX value in limits.h.
|
D | nanosleep.c | 9 #include <limits.h>
|
/Zephyr-Core-3.6.0/drivers/can/ |
D | can_mcux_mcan.c | 143 * MCUX MCAN timing limits are specified in the "Nominal bit timing and 146 * Note that the values here are the "physical" timing limits, whereas 147 * the register field limits are physical values minus 1 (which is 159 * MCUX MCAN data timing limits are specified in the "Data bit timing 162 * Note that the values here are the "physical" timing limits, whereas 163 * the register field limits are physical values minus 1 (which is
|
/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/ |
D | timer.h | 12 #include <limits.h> 16 #include <limits.h>
|
/Zephyr-Core-3.6.0/tests/posix/headers/src/ |
D | _common.h | 9 #include <limits.h>
|
/Zephyr-Core-3.6.0/lib/libc/arcmwdt/include/ |
D | limits.h | 10 #include_next <limits.h>
|
/Zephyr-Core-3.6.0/lib/libc/armstdc/include/ |
D | limits.h | 10 #include_next <limits.h>
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/led/ |
D | led_mchp_xec.c | 45 /* Limits register */ 82 volatile uint32_t limits; member 141 * duty_cycle is limits register minimum field, bits[7:0] 173 regs->limits = (regs->limits & ~(XEC_BBLED_LIM_MIN_MSK)) in xec_bbled_blink()
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/fpga/ |
D | prj.conf | 10 # of the common spi-bus parent. That effectively limits the number of
|
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/nordic_nrf/include/ |
D | tfm_ioctl_api.h | 10 #include <limits.h>
|
/Zephyr-Core-3.6.0/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq.h | 13 #include <limits.h>
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/posix/ |
D | dirent.h | 9 #include <limits.h>
|
/Zephyr-Core-3.6.0/tests/subsys/fs/multi-fs/src/ |
D | test_common.h | 9 #include <limits.h>
|
D | test_utils.c | 7 #include <limits.h>
|
/Zephyr-Core-3.6.0/tests/unit/pot/ |
D | is_power_of_two.c | 7 #include <limits.h>
|
/Zephyr-Core-3.6.0/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 20 to ADC channel 8, when voltages cross upper/lower limits, detection messages
|
/Zephyr-Core-3.6.0/dts/bindings/led/ |
D | issi,is31fl3733.yaml | 22 driver (set table 14). Limits global current based on the following
|
/Zephyr-Core-3.6.0/drivers/sensor/adt7420/ |
D | Kconfig | 23 and TCRIT temperature limits.
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 30 Limits the maximum stat group name length in MCUmgr requests, in bytes.
|
/Zephyr-Core-3.6.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 25 /* limits are set to min/max allowed values */
|
/Zephyr-Core-3.6.0/tests/unit/time_units/ |
D | overflow.c | 8 #include <limits.h>
|
/Zephyr-Core-3.6.0/lib/libc/minimal/include/ |
D | limits.h | 1 /* limits.h */
|
1234567