ODeV framework
v2
|
#include <NucleoDriver.h>
Data Fields | |
IDriver | super |
volatile boolean_t | m_bPB1Pressed |
SemaphoreHandle_t | m_xSyncObj |
NucleoDriver internal structure.
volatile boolean_t _NucleoDriver::m_bPB1Pressed |
Specifies if the push button is pressed or not.
SemaphoreHandle_t _NucleoDriver::m_xSyncObj |
Specifies the semaphore used to synchronize the driver with a task.
IDriver _NucleoDriver::super |
Base class object.