Home
last modified time | relevance | path

Searched full:limits (Results 1 – 25 of 153) sorted by relevance

1234567

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mchp_xec_bbled.c51 * 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/
DKconfig.signal32 int "_POSIX_RTSIG_MAX value in limits.h"
35 Define the _POSIX_RTSIG_MAX value in limits.h.
Dnanosleep.c9 #include <limits.h>
/Zephyr-Core-3.6.0/drivers/can/
Dcan_mcux_mcan.c143 * 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/
Dtimer.h12 #include <limits.h>
16 #include <limits.h>
/Zephyr-Core-3.6.0/tests/posix/headers/src/
D_common.h9 #include <limits.h>
/Zephyr-Core-3.6.0/lib/libc/arcmwdt/include/
Dlimits.h10 #include_next <limits.h>
/Zephyr-Core-3.6.0/lib/libc/armstdc/include/
Dlimits.h10 #include_next <limits.h>
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/led/
Dled_mchp_xec.c45 /* 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/
Dprj.conf10 # of the common spi-bus parent. That effectively limits the number of
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/nordic_nrf/include/
Dtfm_ioctl_api.h10 #include <limits.h>
/Zephyr-Core-3.6.0/tests/kernel/msgq/msgq_api/src/
Dtest_msgq.h13 #include <limits.h>
/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/posix/
Ddirent.h9 #include <limits.h>
/Zephyr-Core-3.6.0/tests/subsys/fs/multi-fs/src/
Dtest_common.h9 #include <limits.h>
Dtest_utils.c7 #include <limits.h>
/Zephyr-Core-3.6.0/tests/unit/pot/
Dis_power_of_two.c7 #include <limits.h>
/Zephyr-Core-3.6.0/samples/sensor/adc_cmp_npcx/
DREADME.rst20 to ADC channel 8, when voltages cross upper/lower limits, detection messages
/Zephyr-Core-3.6.0/dts/bindings/led/
Dissi,is31fl3733.yaml22 driver (set table 14). Limits global current based on the following
/Zephyr-Core-3.6.0/drivers/sensor/adt7420/
DKconfig23 and TCRIT temperature limits.
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig30 Limits the maximum stat group name length in MCUmgr requests, in bytes.
/Zephyr-Core-3.6.0/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay25 /* limits are set to min/max allowed values */
/Zephyr-Core-3.6.0/tests/unit/time_units/
Doverflow.c8 #include <limits.h>
/Zephyr-Core-3.6.0/lib/libc/minimal/include/
Dlimits.h1 /* limits.h */

1234567