mirror of https://github.com/ARMmbed/mbed-os.git
InterruptIn: Remove protected attributes from rendering on docs site
parent
7200bb8918
commit
7126f1e2b5
|
@ -157,7 +157,7 @@ public:
|
|||
void disable_irq();
|
||||
|
||||
static void _irq_handler(uint32_t id, gpio_irq_event event);
|
||||
|
||||
#if !defined(DOXYGEN_ONLY)
|
||||
protected:
|
||||
gpio_t gpio;
|
||||
gpio_irq_t gpio_irq;
|
||||
|
@ -166,6 +166,7 @@ protected:
|
|||
Callback<void()> _fall;
|
||||
|
||||
void irq_init(PinName pin);
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
|
Loading…
Reference in New Issue