Searched full:rounded (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-Core-3.4.0/dts/bindings/sensor/ |
D | nordic,npm1300-charger.yaml | 34 The value specified will be rounded down to the closest implemented value. 42 The value specified will be rounded down to the closest implemented value.
|
D | ti,ina23x-common.yaml | 33 Rounded values may be used for convenience, e.g. 500uA/LSB or 1mA/LSB
|
/Zephyr-Core-3.4.0/samples/subsys/display/lvgl/ |
D | sample.yaml | 10 # ~25K seem to be sufficient for most cases, rounded to 32K.
|
/Zephyr-Core-3.4.0/dts/bindings/adc/ |
D | st,stm32-adc.yaml | 66 Rounded up if needed. Order is important: their index matches their binary
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_msg/src/ |
D | main.c | 391 * Message size is rounded up to the required alignment. in ZTEST() 422 * Message size is rounded up to the required alignment. in ZTEST() 450 * Message size is rounded up to the required alignment. in ZTEST() 484 * Message size is rounded up to the required alignment. in ZTEST() 526 * Message size is rounded up to the required alignment. in ZTEST()
|
/Zephyr-Core-3.4.0/doc/services/smf/ |
D | index.rst | 111 node [style=rounded]; 214 node [style = rounded]; 222 style = rounded; 330 node [style=rounded];
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | util.h | 181 * @brief Array-index of @p ptr within @p array, rounded down 228 * @brief Value of @p x rounded up to the next multiple of @p align, 236 * @brief Value of @p x rounded down to the previous multiple of @p 242 /** @brief Value of @p x rounded up to the next word boundary. */ 245 /** @brief Value of @p x rounded down to the previous word boundary. */ 260 * @return The result of @p n / @p d, rounded up.
|
D | arch_interface.h | 129 * aligned), or rounded up to satisfy alignment constraints. Calculations 133 * - Rounded up to the next power of two if user mode is enabled on an arch 135 * - Rounded up to ARCH_STACK_PTR_ALIGN
|
/Zephyr-Core-3.4.0/drivers/watchdog/ |
D | wdt_gecko.c | 50 /* Find the rounded up value of cycles for supplied timeout. When using ULFRCO 171 /* Window mode. Use rounded up timeout value to in wdt_gecko_install_timeout()
|
/Zephyr-Core-3.4.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 163 # enable watchdog, timeout set to 8 seconds. Timeout will be rounded up to
|
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 85 Sets the MAXIMUM size of chunk which will be rounded down to
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | cc13x2_cc26x2_rtc_timer.c | 58 /* RTC count of the last announce call, rounded down to tick boundary. */
|
/Zephyr-Core-3.4.0/doc/security/ |
D | reporting.rst | 27 node [style = rounded];
|
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/mpu/ |
D | arm_mpu_v7_internal.h | 84 * Note: If size is not a power-of-two, it is rounded-up to the next
|
/Zephyr-Core-3.4.0/drivers/sensor/hp206c/ |
D | hp206c.c | 88 * The conversion times in this map were rounded up. The reason for doing that
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/ |
D | watchdog.h | 69 * @note If specified values can not be precisely set they are always rounded
|
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_stack/src/ |
D | main.c | 227 * rounded up, except rounding space for array members. in stack_buffer_scenarios()
|
/Zephyr-Core-3.4.0/subsys/mgmt/osdp/src/ |
D | osdp_phy.c | 213 * data where length may be rounded up to the nearest in osdp_phy_packet_finalize()
|
/Zephyr-Core-3.4.0/drivers/sensor/dps310/ |
D | dps310.c | 63 * From Table 16 in the datasheet, rounded up for safety margin
|
/Zephyr-Core-3.4.0/include/zephyr/logging/ |
D | log_msg.h | 173 * to vla case, rounded to the size of the used buffer.
|
/Zephyr-Core-3.4.0/include/zephyr/toolchain/ |
D | gcc.h | 612 * @return X rounded up to the next power of two
|
/Zephyr-Core-3.4.0/drivers/ieee802154/ |
D | ieee802154_cc1200.c | 261 * applied to get to the proper result. Which one is rounded to the nearest
|
D | ieee802154_cc13xx_cc26xx_subg.c | 265 * equivalent to (0.3 * 1000 * BIT(16)) / 1000, rounded up in ieee802154_cc13xx_cc26xx_subg_channel_to_frequency()
|
/Zephyr-Core-3.4.0/subsys/debug/coredump/ |
D | coredump_backend_flash_partition.c | 418 * The header size is rounded up so the beginning of coredump in coredump_flash_backend_start()
|
/Zephyr-Core-3.4.0/subsys/net/ip/ |
D | dhcpv4.c | 468 * rounded-up whole seconds until the deadline. in dhcpv4_get_timeleft()
|
12