Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 25 of 30) sorted by relevance

12

/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/doc/connectivity/networking/api/
Dnet_time.rst3 Network time representation in the network stack
/Zephyr-latest/doc/kernel/
Dtimeutil.rst14 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/
DKconfig.nrf_regtool22 1. Print a pretty, human-readable representation of a peripheral's
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp51 Hexadecimal string representation of the 16 byte OSDP Secure Channel
DKconfig.pd40 Hexadecimal string representation of the 16 byte OSDP PD Secure
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst19 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/
Drtc.rst39 drivers, which internally used the broken-down time representation.
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst22 but the mathematical representation described in [#phase_and_amplitude]_ and [#rtt_packets]_ is used
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst70 representation displayed. The second-resolution alarm is configured to
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst117 block size in logarithmic representation and the chunk size. The BLOB ID is application defined, but
Dshell.rst236 * ``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/
Dintel_adsp_cavs25_tgph.dtsi235 * with node labels, which has problems. A better representation
Dintel_adsp_cavs25.dtsi358 * with node labels, which has problems. A better representation
Dintel_adsp_ace15_mtpm.dtsi175 * with node labels, which has problems. A better representation
/Zephyr-latest/lib/os/
DKconfig.cbprintf53 type that can be converted to an integral representation including
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst191 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/
Dfatal.rst52 a text representation of the expression code that was evaluated, and the
/Zephyr-latest/arch/arm/core/
DKconfig320 representation is similar to the IEEE 754-2008 format, but does not
/Zephyr-latest/doc/develop/debug/
Dindex.rst327 The content dump consist of both the hex and ASCII representation.
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst19 devicetree data structure in its binary form. The binary representation is
Dintro-syntax-structure.rst85 :alt: representation of a board with three I2C peripherals
/Zephyr-latest/scripts/
Dspelling.txt1327 representaion||representation
/Zephyr-latest/doc/services/logging/
Dindex.rst706 the log messages. This binary format allows a more compact representation
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1035 GTBS provides a single point of access and exposes a representation of its internal telephone

12