C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_IRQData Struct Reference

data structure used by ISR to capture, mask, time. More...

#include <rtos_hc_sr04.h>

Collaboration diagram for struct_IRQData:
Collaboration graph

Public Attributes

uint32_t current_time_us
 the current time at wich the IRQ occurred
 
uint32_t event_mask
 the IRQ mask given by the IRQ harware
 

Detailed Description

data structure used by ISR to capture, mask, time.

this is the structure used to send irq data though the queue


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