Searched refs:representation (Results 1 – 25 of 30) sorted by relevance
12
/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/doc/connectivity/networking/api/ |
D | net_time.rst | 3 Network time representation in the network stack
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 14 representation of this time. 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/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 22 1. Print a pretty, human-readable representation of a peripheral's
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 51 Hexadecimal string representation of the 16 byte OSDP Secure Channel
|
D | Kconfig.pd | 40 Hexadecimal string representation of the 16 byte OSDP PD Secure
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 19 An instance is the external representation of a physical communication channel 21 representation of the instance is peculiar to each backend.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | rtc.rst | 39 drivers, which internally used the broken-down time representation.
|
/Zephyr-latest/samples/bluetooth/channel_sounding/ |
D | README.rst | 22 but the mathematical representation described in [#phase_and_amplitude]_ and [#rtt_packets]_ is used
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 70 representation displayed. The second-resolution alarm is configured to
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 117 block size in logarithmic representation and the chunk size. The BLOB ID is application defined, but
|
D | shell.rst | 236 * ``HexString`` Raw hexadecimal representation of the message to send. 899 * ``Per``: Logarithmic representation of the Heartbeat subscription period: 913 …* ``Count``: Logarithmic representation of the number of Heartbeat messages to publish periodicall… 919 * ``Per``: Logarithmic representation of the Heartbeat publication period: 1093 …* ``BlockSizeLog``: Logarithmic representation of the BLOB's block size. The final block size will…
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25_tgph.dtsi | 235 * with node labels, which has problems. A better representation
|
D | intel_adsp_cavs25.dtsi | 358 * with node labels, which has problems. A better representation
|
D | intel_adsp_ace15_mtpm.dtsi | 175 * with node labels, which has problems. A better representation
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 53 type that can be converted to an integral representation including
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 191 Devicetree representation 228 pull-up is enabled. The representation choice largely depends on each 385 Regarding Devicetree pin configuration representation, vendors can decide which
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 52 a text representation of the expression code that was evaluated, and the
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 320 representation is similar to the IEEE 754-2008 format, but does not
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 327 The content dump consist of both the hex and ASCII representation.
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 19 devicetree data structure in its binary form. The binary representation is
|
D | intro-syntax-structure.rst | 85 :alt: representation of a board with three I2C peripherals
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1327 representaion||representation
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 706 the log messages. This binary format allows a more compact representation
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 1035 GTBS provides a single point of access and exposes a representation of its internal telephone
|
12