Searched full:integral (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/drivers/pwm/ |
D | pwm_rpi_pico.c | 24 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/ |
D | ms_timeout.cocci | 5 // 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/ |
D | gmtime_r.c | 23 * 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/ |
D | Kconfig.cbprintf | 37 range of all integral and pointer values. 53 type that can be converted to an integral representation including
|
D | printk.c | 185 * Length attributes h, hh, l, ll and z are supported. However, integral
|
D | cbprintf_complete.c | 27 /* 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/ |
D | printk.h | 37 * Length attributes h, hh, l, ll and z are supported. However, integral
|
D | util.h | 699 * @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/ |
D | raspberrypi,pico-pwm.yaml | 20 The integral part of the divider for pwm slice 0.
|
/Zephyr-latest/drivers/sensor/aosong/dht/ |
D | dht.c | 187 * 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/ |
D | index.rst | 58 The `C Standard Library`_ is an integral part of any C program, and Zephyr
|
/Zephyr-latest/drivers/counter/ |
D | counter_handlers.c | 11 * instance and return an integral value
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 64 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/ |
D | ring_buffer.c | 183 uint32_t value :8; /**< Room for small integral values */
|
/Zephyr-latest/drivers/timer/ |
D | mchp_mec5_ktimer.c | 88 * is always an integral multiple of CYCLE_PER_TICK; this is, timer interrupts
|
D | mchp_xec_rtos_timer.c | 99 * is always an integral multiple of CYCLE_PER_TICK; this is, timer interrupts
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 391 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/ |
D | timeutil.rst | 231 Because C and Zephyr library functions support conversion between integral and
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 471 is a duration in integral milliseconds, so the equivalent argument is 0.
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | main.c | 23 * represented by an integral number of ticks. If the conversion is
|
/Zephyr-latest/kernel/ |
D | Kconfig | 797 represented by an integral number of ticks. Defaults on most hardware
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 898 intregral||integral
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5660 * whereas aligned_alloc() only accepts a @p size that is an integral
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 1086 considered as an integral part of the LwM2M library.
|