Home
last modified time | relevance | path

Searched +full:non +full:- +full:monotonically (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dsparkfun-pro-micro-header.yaml2 # SPDX-License-Identifier: Apache-2.0
10 Proceeding counter-clockwise:
11 * A 12-pin Power and Digital Input header. This has input signals
13 * An 12-pin Power and Digital/Analog Input header. This
15 non-monotonically decreasing numbering.
19 1 D1/TXO RAW -
20 0 D0/RXI GND -
21 - GND RST -
22 - GND VCC -
35 compatible: "sparkfun,pro-micro-gpio"
[all …]
/Zephyr-latest/include/zephyr/lorawan/
Dlorawan.h4 * SPDX-License-Identifier: Apache-2.0
40 LORAWAN_ACT_OTAA = 0, /**< Over-the-Air Activation (OTAA) */
115 * @brief LoRaWAN join parameters for over-the-Air activation (OTAA)
132 * Starting with LoRaWAN 1.0.4 the DevNonce must be monotonically
134 * should be stored in non-volatile memory by the application.
180 * - Port 0: TX packet acknowledgements
181 * - Ports 1-255: Standard downlink port
182 * - LW_RECV_PORT_ANY: All downlinks
332 * @retval -EINVAL channels mask or channels mask size is wrong
399 * The GPS epoch started on 1980-01-06T00:00:00Z, but has since diverged
[all …]
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h4 * SPDX-License-Identifier: Apache-2.0
8 * @defgroup arch-interface Architecture Interface
13 * call architecture-specific API so will have the prototypes for the
14 * architecture-specific APIs here. Architecture APIs that aren't used in this
17 * The set of architecture-specific APIs used internally by public macros and
53 * @defgroup arch-timing Architecture timing APIs
54 * @ingroup arch-interface
67 * @return The current cycle time. This should count up monotonically
81 * @return The current cycle time. This should count up monotonically
82 * through the full 64 bit space, wrapping at 2^64-1. Hardware with
[all …]