Searched full:representation (Results 1 – 25 of 164) sorted by relevance
1234567
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ |
| D | keys.h | 25 /** The structure that keeps representation of key. */ 27 /** PSA key representation is the PSA key identifier. */ 33 /** The structure that keeps representation of key. */ 35 /** tinycrypt key representation is the pure key value. */
|
| /Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/ |
| D | display_7seg.c | 128 uint8_t representation[4] = { CHAR_E, CHAR_r, CHAR_r, CHAR_OFF }; in display_number() local 142 representation[0] = CHAR_DASH; in display_number() 149 representation[i] = digits[d]; in display_number() 152 representation[i] = CHAR_OFF; in display_number() 155 return display_chars(representation); in display_number()
|
| /Zephyr-latest/dts/bindings/sensor/ |
| D | ams,tsl2540.yaml | 23 Integer value for a representation with 5 decimal points. 32 Integer value for a representation with 5 decimal points.
|
| /Zephyr-latest/include/zephyr/debug/ |
| D | gdbstub.h | 71 * @brief Convert a binary array into string representation. 78 * @param hex Address of where to store the string representation. 79 * @param hexlen Size of the storage area for string representation.
|
| /Zephyr-latest/doc/kernel/ |
| D | timeutil.rst | 14 representation of this time. 40 Representation Transformation 47 representation of `"UNIX Time" 62 the calendar time representation and deal with sub-second offsets separately. 77 * The rate of discrete instant representation change. For example Zephyr 96 * :c:struct:`timeutil_sync_instant` records the representation of a single 118 * A *time axis* is a representation of time as an ordered sequence of 122 * A time scale is *monotonic* (increasing) if the representation of successive 124 * A time scale is *continuous* if the representation has no abrupt changes in
|
| /Zephyr-latest/dts/bindings/spi/ |
| D | andestech.atcspi200.yaml | 8 This binding gives a representation of Andes ATCSPI200 SPI controller
|
| D | ambiq,spi-bleif.yaml | 5 This binding gives a representation of SPI controller in some Ambiq
|
| /Zephyr-latest/include/zephyr/net/http/ |
| D | server.h | 86 * @brief Representation of a server resource, common for all resource types. 112 * @brief Representation of a static server resource. 131 * @brief Representation of a static filesystem server resource. 190 /** @brief HTTP header representation */ 236 * @brief Representation of a dynamic server resource. 278 /** @brief Representation of a websocket server resource */ 350 /** @brief HTTP/2 stream representation. */ 366 /** @brief HTTP/2 frame representation. */ 401 /** @brief HTTP header name representation */ 407 * @brief Representation of an HTTP client connected to the server.
|
| /Zephyr-latest/dts/bindings/w1/ |
| D | maxim,ds2485.yaml | 7 This is a representation of the Maxim DS2485 I2C 1-Wire master w/ memory
|
| /Zephyr-latest/dts/bindings/serial/ |
| D | nxp,imx-iuart.yaml | 2 This binding gives a base representation of the NXP iMX IUART
|
| /Zephyr-latest/dts/bindings/clock/ |
| D | raspberrypi,pico-clock.yaml | 5 The representation of Raspberry Pi Pico's clock
|
| D | raspberrypi,pico-xosc.yaml | 5 The representation of Raspberry Pi Pico external oscillator
|
| D | raspberrypi,pico-pll.yaml | 5 The representation of Raspberry Pi Pico's PLL.
|
| D | raspberrypi,pico-rosc.yaml | 5 The representation of Raspberry Pi Pico ring oscillator.
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | net_time.rst | 3 Network time representation in the network stack
|
| /Zephyr-latest/drivers/gnss/ |
| D | gnss_nmea0183.h | 53 * @param ddmm_mmmm String representation of angle in ddmm.mmmm format 66 * @param str String representation of speed in knots 80 * @param str String representation of hours, minutes, seconds and subseconds 93 * @param str String representation of speed in knots
|
| /Zephyr-latest/lib/libc/common/source/time/ |
| D | gmtime_r.c | 16 /* A signed type with the representation of time_t without its 24 * to the POSIX standard civil time representation. Any adjustments 77 * to the POSIX standard civil time representation. Any adjustments
|
| /Zephyr-latest/include/zephyr/dt-bindings/pcie/ |
| D | pcie.h | 21 * coincidentally, this is same representation used in PCI configuration space. 47 * Since our internal representation of bus/device/function is arbitrary,
|
| /Zephyr-latest/drivers/led/ |
| D | led_context.h | 20 * @brief Internal driver specific representation of an LED device
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | blob.h | 45 * Used to determine the log2 representation of the block size, which 59 /* Log2 representation of the minimum block size */ 61 /* Log2 representation of the maximum block size */
|
| /Zephyr-latest/dts/bindings/pinctrl/ |
| D | renesas,rcar-pfc.yaml | 7 This binding gives a base representation of the R-Car pins configuration. 78 This binding gives a base representation of the R-Car pins configuration.
|
| D | ti,k3-pinctrl.yaml | 31 This binding gives a base representation of the TI K3
|
| D | snps,emsdp-pinctrl.yaml | 31 This binding gives a base representation of the EMSDP pins
|
| /Zephyr-latest/modules/hal_nordic/ |
| D | Kconfig.nrf_regtool | 22 1. Print a pretty, human-readable representation of a peripheral's
|
| /Zephyr-latest/include/zephyr/net/ |
| D | net_time.h | 9 * @brief Representation of nanosecond resolution elapsed time and timestamps in 16 * @defgroup net_time Network time representation. 41 * This type is EXPERIMENTAL. Usage is currently restricted to representation of
|
1234567