Zephyr C++ Toolkit
|
#include <GpioReal.hpp>
Public Attributes | |
GpioReal * | m_obj |
struct gpio_callback | m_gpioCallbackData |
This exists so that we don't get the compiler warning: warning: 'offsetof' within non-standard-layout type 'MyClass' is conditionally-supported [-Winvalid-offsetof]
This makes sure the containing object for the gpio_callback has a standard layout.
struct gpio_callback zct::GpioCallbackDataAndObject::m_gpioCallbackData |
GpioReal* zct::GpioCallbackDataAndObject::m_obj |