Inherits SPI.
|
SPI | base |
| Parent SPI interface.
|
|
void(* | transmit )(struct LoRa *, uint8_t *) |
| LoRa transmit method.
|
|
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.
|
|
Definition at line 95 of file lora.h.
◆ transmit
void(* transmit) (struct LoRa *, uint8_t *) |
The documentation for this struct was generated from the following file:
- Australis-Avionics/Core/Inc/spi/lora/lora.h