Home
last modified time | relevance | path

Searched full:representation (Results 1 – 25 of 164) sorted by relevance

1234567

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dkeys.h25 /** 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/
Ddisplay_7seg.c128 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/
Dams,tsl2540.yaml23 Integer value for a representation with 5 decimal points.
32 Integer value for a representation with 5 decimal points.
/Zephyr-latest/include/zephyr/debug/
Dgdbstub.h71 * @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/
Dtimeutil.rst14 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/
Dandestech.atcspi200.yaml8 This binding gives a representation of Andes ATCSPI200 SPI controller
Dambiq,spi-bleif.yaml5 This binding gives a representation of SPI controller in some Ambiq
/Zephyr-latest/include/zephyr/net/http/
Dserver.h86 * @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/
Dmaxim,ds2485.yaml7 This is a representation of the Maxim DS2485 I2C 1-Wire master w/ memory
/Zephyr-latest/dts/bindings/serial/
Dnxp,imx-iuart.yaml2 This binding gives a base representation of the NXP iMX IUART
/Zephyr-latest/dts/bindings/clock/
Draspberrypi,pico-clock.yaml5 The representation of Raspberry Pi Pico's clock
Draspberrypi,pico-xosc.yaml5 The representation of Raspberry Pi Pico external oscillator
Draspberrypi,pico-pll.yaml5 The representation of Raspberry Pi Pico's PLL.
Draspberrypi,pico-rosc.yaml5 The representation of Raspberry Pi Pico ring oscillator.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_time.rst3 Network time representation in the network stack
/Zephyr-latest/drivers/gnss/
Dgnss_nmea0183.h53 * @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/
Dgmtime_r.c16 /* 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/
Dpcie.h21 * 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/
Dled_context.h20 * @brief Internal driver specific representation of an LED device
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h45 * 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/
Drenesas,rcar-pfc.yaml7 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.
Dti,k3-pinctrl.yaml31 This binding gives a base representation of the TI K3
Dsnps,emsdp-pinctrl.yaml31 This binding gives a base representation of the EMSDP pins
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool22 1. Print a pretty, human-readable representation of a peripheral's
/Zephyr-latest/include/zephyr/net/
Dnet_time.h9 * @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