HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
InterruptStatus Struct Reference

GPIO interrupt status structure. More...

#include <BaseGpio.h>

Public Attributes

bool is_enabled
 Interrupt currently enabled.
 
hf_gpio_interrupt_trigger_t trigger_type
 Current trigger configuration.
 
hf_u32_t interrupt_count
 Number of interrupts occurred.
 
bool has_callback
 Callback function is registered.
 

Detailed Description

GPIO interrupt status structure.

Member Data Documentation

◆ has_callback

bool InterruptStatus::has_callback

Callback function is registered.

◆ interrupt_count

hf_u32_t InterruptStatus::interrupt_count

Number of interrupts occurred.

◆ is_enabled

bool InterruptStatus::is_enabled

Interrupt currently enabled.

◆ trigger_type

hf_gpio_interrupt_trigger_t InterruptStatus::trigger_type

Current trigger configuration.


The documentation for this struct was generated from the following file: