modm API documentation
|
#include <modm/driver/radio/sx128x_transport.hpp>
Public Member Functions | |
bool | hasReceived () |
void | setRxTimeout (ShortPreciseDuration timeout) |
void | setTxTimeout (ShortPreciseDuration timeout) |
Protected Member Functions | |
modm::ResumableResult< bool > | writeCommandSingleData (Command command, uint8_t *data=nullptr) |
modm::ResumableResult< bool > | writeCommand (Command command, std::span< const uint8_t > data) |
modm::ResumableResult< bool > | readCommand (Command command, std::span< uint8_t > data) |
int8_t | getResumableDepth () const |
bool | isResumableRunning () const |
modm::ResumableResult< bool > | read (uint8_t &data) |
modm::ResumableResult< bool > | read (uint8_t *buffer, std::size_t length) |
void | stopResumable () |
modm::ResumableResult< bool > | write (uint8_t data) |
modm::ResumableResult< bool > | write (const uint8_t *data, std::size_t length) |