modm API documentation
|
Public Member Functions | |
modm::ResumableResult< bool > | parentResumable () |
int8_t | getResumableDepth () const |
bool | isResumableRunning () const |
void | stopResumable () |
Public Attributes | |
uint8_t | state |
volatile bool | success |
Protected Member Functions | |
modm::ResumableResult< bool > | spawningResumable (uint8_t calls) |
bool | startSpawningResumable (uint8_t calls) |
bool | runSpawningResumable (uint8_t calls) |
bool | isSpawningResumableSuccessful (uint8_t) |