Lines Matching +full:0 +full:x01 +full:- +full:negative
4 * SPDX-License-Identifier: Apache-2.0
15 * @version 0.1.0
31 LORAWAN_CLASS_A = 0x00, /**< Class A device */
32 LORAWAN_CLASS_B = 0x01, /**< Class B device */
33 LORAWAN_CLASS_C = 0x02, /**< Class C device */
40 LORAWAN_ACT_OTAA = 0, /**< Over-the-Air Activation (OTAA) */
64 LORAWAN_DR_0 = 0, /**< DR0 data rate */
102 LORAWAN_MSG_UNCONFIRMED = 0, /**< Unconfirmed message */
110 LORAWAN_DATA_PENDING = BIT(0),
115 * @brief LoRaWAN join parameters for over-the-Air activation (OTAA)
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
195 * @param len Length of data received, will be 0 for ACKs
207 * @retval 0 if the node is connected to an external power source
256 * @return 0 if successful, negative errno code if failure
265 * @return 0 if successful, negative errno code if failure
283 * @return 0 if successful, negative errno code if failure
295 * @return 0 if successful, negative errno code if failure
304 * @return 0 if successful, negative errno code if failure
331 * @retval 0 successful
332 * @retval -EINVAL channels mask or channels mask size is wrong
343 * @return 0 if successful, negative errno code if failure
378 * @return 0 if successful, negative errno otherwise
389 * @return 0 if successful, negative errno otherwise
399 * The GPS epoch started on 1980-01-06T00:00:00Z, but has since diverged
402 * @param gps_time Synchronized time in GPS epoch format truncated to 32-bit.
404 * @return 0 if successful, -EAGAIN if the clock is not yet synchronized.
420 * @return 0 if successful, negative errno otherwise.
429 * The GPS epoch started on 1980-01-06T00:00:00Z, but has since diverged
432 * @param gps_time Synchronized time in GPS epoch format truncated to 32-bit.
434 * @return 0 if successful, -EAGAIN if the clock is not yet synchronized.
446 * stores them in the image-1 flash partition.
452 * @return 0 if successful, negative errno otherwise.