![]() |
SX126x-Arduino
2.0.1
|
#include "board.h"
Macros | |
#define | ID1 (0x10000060) |
Unique Devices IDs register set (nRF52) More... | |
#define | ID2 (0x10000064) |
Functions | |
uint32_t | lora_hardware_init (hw_config hwConfig) |
Initializes the target board peripherals. More... | |
uint32_t | lora_hardware_re_init (hw_config hwConfig) |
Initializes the target board peripherals after deep sleep wake up. More... | |
uint32_t | lora_isp4520_init (int chipType) |
Initializes the ISP4520 board peripherals. More... | |
uint32_t | lora_rak4630_init (void) |
Initializes the RAK4630 board peripherals. More... | |
void | lora_hardware_uninit (void) |
De-initializes the target board peripherals to decrease power consumption. More... | |
uint32_t | BoardGetRandomSeed (void) |
void | BoardGetUniqueId (uint8_t *id) |
uint8_t | BoardGetBatteryLevel (void) |
void | BoardDisableIrq (void) |
void | BoardEnableIrq (void) |
Variables | |
hw_config | _hwConfig |
#define ID1 (0x10000060) |
Unique Devices IDs register set (nRF52)
#define ID2 (0x10000064) |
uint32_t lora_hardware_init | ( | hw_config | hwConfig | ) |
Initializes the target board peripherals.
[hwConfig] | hw_config describes the HW connection between the MCU and the SX126x |
uint32_t lora_hardware_re_init | ( | hw_config | hwConfig | ) |
Initializes the target board peripherals after deep sleep wake up.
[hwConfig] | hw_config describes the HW connection between the MCU and the SX126x |
uint32_t lora_isp4520_init | ( | int | chipType | ) |
Initializes the ISP4520 board peripherals.
[chipType] | chipType selects either SX1262/1268 or SX1261 |
uint32_t lora_rak4630_init | ( | void | ) |
Initializes the RAK4630 board peripherals.
void lora_hardware_uninit | ( | void | ) |
De-initializes the target board peripherals to decrease power consumption.
uint32_t BoardGetRandomSeed | ( | void | ) |
void BoardGetUniqueId | ( | uint8_t * | id | ) |
uint8_t BoardGetBatteryLevel | ( | void | ) |
void BoardDisableIrq | ( | void | ) |
void BoardEnableIrq | ( | void | ) |
hw_config _hwConfig |