Loading...
Searching...
No Matches
LoRa Struct Reference

Inherits SPI.

Data Fields

SPI base
 Parent SPI interface.
 
void(* transmit )(struct LoRa *, uint8_t *)
 LoRa transmit method.
 
- Data Fields inherited from SPI
DeviceType device
 Enum specifier for device type.
 
SPI_TypeDef * interface
 Pointer to SPI interface struct.
 
GPIO_TypeDef * port
 Pointer to GPIO port struct.
 
unsigned long cs
 Device chip select address.
 
void(* send )(struct SPI *, uint16_t)
 SPI send method.
 
void(* receive )(struct SPI *, volatile uint16_t *)
 SPI receive method.
 
uint16_t(* transmit )(struct SPI *, uint16_t)
 SPI transmit method.
 

Detailed Description

Definition at line 95 of file lora.h.

Field Documentation

◆ transmit

void(* transmit) (struct LoRa *, uint8_t *)

LoRa transmit method.

See also
LoRa_transmit

Definition at line 97 of file lora.h.


The documentation for this struct was generated from the following file: