Searched full:represented (Results 1 – 25 of 106) sorted by relevance
12345
/Zephyr-latest/include/zephyr/net/ |
D | net_time.h | 47 * represented by a single hardware counter peripheral in that it will need to 48 * be represented in several distinct hardware peripherals with different 55 * This also explains why network time, if represented as a cycle value of some 105 /** The largest positive time value that can be represented by net_time_t */ 108 /** The smallest negative time value that can be represented by net_time_t */ 111 /** The largest positive number of seconds that can be safely represented by net_time_t */ 114 /** The smallest negative number of seconds that can be safely represented by net_time_t */
|
D | ieee802154_pkt.h | 51 * "RSSI is represented as one octet of integer [...]; therefore, 114 * @returns RSSI represented as unsigned byte value, ranging from 131 * @param rssi RSSI represented as unsigned byte value, ranging from 147 * @returns RSSI represented in dBm. Returns the special value 165 * @param rssi represented in dBm. Set to the special value
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 36 3.4.0 would be represented as 0x30400 69 1.0.0 would be represented as 0x10000
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_timeout.rst | 21 the maximum delay that can be directly represented be a 31-bit non-negative 26 allow for delays that are represented as unsigned 32-bit values counting
|
D | net_pkt_filter.rst | 31 A rule is represented by a :c:struct:`npf_rule` object. It can be inserted to, 43 Rule conditions are represented by a :c:struct:`npf_test`. This structure
|
D | net_if.rst | 67 whether an interface is turned ON or OFF. This state is represented by 83 The PHY status is represented with :c:enumerator:`NET_IF_LOWER_UP` flag and can 88 The network association status is represented with :c:enumerator:`NET_IF_DORMANT`
|
/Zephyr-latest/boards/silabs/ |
D | index.rst | 13 Silicon Labs development hardware is represented in Zephyr by mapping
|
/Zephyr-latest/dts/bindings/mtd/ |
D | atmel,at25.yaml | 14 Each of these can be represented by a set of common parameters (EEPROM size, page size, address
|
D | atmel,at24.yaml | 15 Each of these can be represented by a set of common parameters (EEPROM size, page size, address
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | Kconfig.soc | 13 # be represented by nRF9280 "SoC" in top-level SoC definitions
|
/Zephyr-latest/include/zephyr/sys/ |
D | timeutil.h | 60 * the time cannot be represented then @c (time_t)-1 is returned and 292 * double the smallest error that can be represented is about 120 ppb. 299 * @return skew error represented as parts-per-billion, or INT32_MIN 300 * if the skew cannot be represented in the return type.
|
D | base64.h | 55 * If that length cannot be represented, then no data is
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ti,tca954x-base.yaml | 9 Each channel is represented by a separate devicetree child node.
|
/Zephyr-latest/samples/net/sockets/coap_client/ |
D | README.rst | 18 represented as:
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 11 Channels instances are represented by the :c:struct:`bt_l2cap_chan` struct which
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,lis2dw12-common.yaml | 66 The output data rates which are represented with fractional 203 The freefall duration value represented in milliseconds. 217 The freefall threshold value represented in mg.
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 92 N - sub-minor version number); e.g., version 2.1.3 is represented with 93 value 0x0213 and version 2.0.0 is represented with a value of 0x0200.
|
/Zephyr-latest/drivers/led_strip/ |
D | tlc59731.c | 24 * A zero is represented by no additional pulses within a cycle. 25 * A one is represented by an additional pulse between 275ns and 2.5us
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | arc_mpu_v2_internal.h | 14 * represented in [11:9] and the two LSB bits are represented in [1:0].
|
D | arc_mpu_v6_internal.h | 17 * represented in [11:9] and the two LSB bits are represented in [1:0].
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 62 will be represented by Composition Data Pages 128, 129, and 130. The Models Metadata of the new 63 firmware image will be represented by Models Metadata Page 128. Composition Data Pages 0, 1 and 2,
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 111 The value is represented by two entries where first element represents 123 The value is represented by two entries where first element represents
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | pincfg-node.yaml | 7 Many data items that are represented in a pin configuration node are
|
/Zephyr-latest/doc/ |
D | glossary.rst | 124 domains are represented by :c:struct:`device`. 149 whole. System power states are represented by :c:enum:`pm_state`.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | gpio-controller.yaml | 52 Each GPIO hog is represented as a child node of the GPIO controller.
|
12345