Home
last modified time | relevance | path

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

123456789

/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/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.
180 /** @brief HTTP header representation */
226 * @brief Representation of a dynamic server resource.
267 /** @brief Representation of a websocket server resource */
339 /** @brief HTTP/2 stream representation. */
355 /** @brief HTTP/2 frame representation. */
390 /** @brief HTTP header name representation */
396 * @brief Representation of an HTTP client connected to the server.
/Zephyr-latest/dts/bindings/cpu/
Darm,cortex-a72.yaml3 description: This is a representation of ARM Cortex-A72 CPU.
Dgaisler,leon3.yaml4 description: A representation for Gaisler LEON3 CPU.
Darm,cortex-a55.yaml4 description: This is a representation of ARM Cortex-A55 CPU.
Dzephyr,native-posix-cpu.yaml4 description: A representation for native_posix CPU.
Darm,cortex-a76.yaml4 description: This is a representation of ARM Cortex-A76 CPU.
Darm,cortex-a53.yaml4 description: This is a representation of ARM Cortex-A53 CPU.
Darm,cortex-r82.yaml4 description: This is a representation of ARM Cortex-R82 CPU.
Darm,cortex-r52.yaml4 description: This is a representation of ARM Cortex-R52 CPU.
/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/wifi/
Dnordic,nrf70-spi.yaml4 description: This is a representation of the nRF70 Wi-Fi chip.
Dnordic,nrf7000-coex.yaml4 description: This is a representation of the nRF7000 Wi-Fi chip with COEX interface.
Dnordic,nrf7001-coex.yaml4 description: This is a representation of the nRF7001 Wi-Fi chip with COEX interface.
Dnordic,nrf7002-coex.yaml4 description: This is a representation of the nRF7002 Wi-Fi chip with COEX interface.
/Zephyr-latest/dts/bindings/xspi/
Dst,stm32-xspi.yaml5 STM32 XSPI device representation. Enabling a stm32 xspi node in a board
/Zephyr-latest/dts/bindings/cache/
Dandestech,l2c.yaml8 This is a representation of AndesTech L2 cache node
/Zephyr-latest/dts/bindings/spi/
Dandestech.atcspi200.yaml8 This binding gives a representation of Andes ATCSPI200 SPI controller
/Zephyr-latest/dts/bindings/gpio/
Dmicrochip,mcp23008.yaml7 description: This is a representation of the Microchip MCP23008 I2C GPIO Expander.
Dmicrochip,mcp23009.yaml7 description: This is a representation of the Microchip MCP23009 I2C GPIO Expander.
Dmicrochip,mcp23016.yaml7 description: This is a representation of the Microchip MCP23016 I2C GPIO Expander.
Dmicrochip,mcp23017.yaml7 description: This is a representation of the Microchip MCP23017 I2C GPIO Expander.

123456789