Home
last modified time | relevance | path

Searched full:integral (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_rpi_pico.c24 uint8_t integral; member
69 if (slice_config->integral == 0) { in pwm_rpi_get_cycles_per_sec()
76 ((uint64_t)slice_config->integral * 16 + slice_config->frac); in pwm_rpi_get_cycles_per_sec()
117 div_int = cfg->slice_configs[slice].integral; in pwm_rpi_set_cycles()
183 if (cfg->slice_configs[slice_idx].integral == 0) { in pwm_rpi_init()
187 cfg->slice_configs[slice_idx].integral, in pwm_rpi_init()
198 .integral = DT_INST_PROP_OR(idx, UTIL_CAT(divider_int_, n), 0), \
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci5 // timeouts be specified as integral milliseconds.
8 // are now timeout values which are opaque non-integral values that
/Zephyr-latest/lib/libc/common/source/time/
Dgmtime_r.c23 * This converts integral seconds since (before) 1970-01-01T00:00:00
76 * This converts integral seconds since (before) 1970-01-01T00:00:00
/Zephyr-latest/lib/os/
DKconfig.cbprintf37 range of all integral and pointer values.
53 type that can be converted to an integral representation including
Dprintk.c185 * Length attributes h, hh, l, ll and z are supported. However, integral
Dcbprintf_complete.c27 /* Provide typedefs used for signed and unsigned integral types
28 * capable of holding all convertible integral values.
99 * substitute wchar_t as long as that type does not undergo default integral
103 * integral promotion occurs if WCHAR_MAX is strictly less than INT_MAX.
122 /* Case label to identify conversions for signed integral values. The
131 /* Case label to identify conversions for signed integral arguments.
/Zephyr-latest/include/zephyr/sys/
Dprintk.h37 * Length attributes h, hh, l, ll and z are supported. However, integral
Dutil.h699 * @param x An unsigned integral value to compute logarithm of (positive only)
711 * @param x An unsigned integral value
725 * @param x An unsigned integral value
/Zephyr-latest/dts/bindings/pwm/
Draspberrypi,pico-pwm.yaml20 The integral part of the divider for pwm slice 0.
/Zephyr-latest/drivers/sensor/aosong/dht/
Ddht.c187 * use both integral and decimal data bytes; resulted in dht_channel_get()
216 /* use only integral data byte */ in dht_channel_get()
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst58 The `C Standard Library`_ is an integral part of any C program, and Zephyr
/Zephyr-latest/drivers/counter/
Dcounter_handlers.c11 * instance and return an integral value
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst64 On most platforms, where the various counter rates are integral
284 longer can, because it is no longer an integral type. Such code
/Zephyr-latest/lib/utils/
Dring_buffer.c183 uint32_t value :8; /**< Room for small integral values */
/Zephyr-latest/drivers/timer/
Dmchp_mec5_ktimer.c88 * is always an integral multiple of CYCLE_PER_TICK; this is, timer interrupts
Dmchp_xec_rtos_timer.c99 * is always an integral multiple of CYCLE_PER_TICK; this is, timer interrupts
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst391 for some integral value:
423 to its memory. It is by far safest for small integral values to do the copying
/Zephyr-latest/doc/kernel/
Dtimeutil.rst231 Because C and Zephyr library functions support conversion between integral and
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst471 is a duration in integral milliseconds, so the equivalent argument is 0.
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dmain.c23 * represented by an integral number of ticks. If the conversion is
/Zephyr-latest/kernel/
DKconfig797 represented by an integral number of ticks. Defaults on most hardware
/Zephyr-latest/scripts/
Dspelling.txt898 intregral||integral
/Zephyr-latest/include/zephyr/
Dkernel.h5660 * whereas aligned_alloc() only accepts a @p size that is an integral
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst1086 considered as an integral part of the LwM2M library.