Searched full:representation (Results 1 – 25 of 202) sorted by relevance
123456789
/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/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. 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/ |
D | arm,cortex-a72.yaml | 3 description: This is a representation of ARM Cortex-A72 CPU.
|
D | gaisler,leon3.yaml | 4 description: A representation for Gaisler LEON3 CPU.
|
D | arm,cortex-a55.yaml | 4 description: This is a representation of ARM Cortex-A55 CPU.
|
D | zephyr,native-posix-cpu.yaml | 4 description: A representation for native_posix CPU.
|
D | arm,cortex-a76.yaml | 4 description: This is a representation of ARM Cortex-A76 CPU.
|
D | arm,cortex-a53.yaml | 4 description: This is a representation of ARM Cortex-A53 CPU.
|
D | arm,cortex-r82.yaml | 4 description: This is a representation of ARM Cortex-R82 CPU.
|
D | arm,cortex-r52.yaml | 4 description: This is a representation of ARM Cortex-R52 CPU.
|
/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/wifi/ |
D | nordic,nrf70-spi.yaml | 4 description: This is a representation of the nRF70 Wi-Fi chip.
|
D | nordic,nrf7000-coex.yaml | 4 description: This is a representation of the nRF7000 Wi-Fi chip with COEX interface.
|
D | nordic,nrf7001-coex.yaml | 4 description: This is a representation of the nRF7001 Wi-Fi chip with COEX interface.
|
D | nordic,nrf7002-coex.yaml | 4 description: This is a representation of the nRF7002 Wi-Fi chip with COEX interface.
|
/Zephyr-latest/dts/bindings/xspi/ |
D | st,stm32-xspi.yaml | 5 STM32 XSPI device representation. Enabling a stm32 xspi node in a board
|
/Zephyr-latest/dts/bindings/cache/ |
D | andestech,l2c.yaml | 8 This is a representation of AndesTech L2 cache node
|
/Zephyr-latest/dts/bindings/spi/ |
D | andestech.atcspi200.yaml | 8 This binding gives a representation of Andes ATCSPI200 SPI controller
|
/Zephyr-latest/dts/bindings/gpio/ |
D | microchip,mcp23008.yaml | 7 description: This is a representation of the Microchip MCP23008 I2C GPIO Expander.
|
D | microchip,mcp23009.yaml | 7 description: This is a representation of the Microchip MCP23009 I2C GPIO Expander.
|
D | microchip,mcp23016.yaml | 7 description: This is a representation of the Microchip MCP23016 I2C GPIO Expander.
|
D | microchip,mcp23017.yaml | 7 description: This is a representation of the Microchip MCP23017 I2C GPIO Expander.
|
123456789