SDK  23.9.2
For IoT System Software Development
Public Attributes | List of all members
gpio_interrupt_info Struct Reference

GPIO 인터럽트에 관한 상세정보 More...

#include <nola-common.h>

Public Attributes

int8_t pin
 Pin number.
 
void * arg
 사용자 지정 인자 포인터
 
bool calledInISR
 콜백함수가 ISR 내에서 바로 불렸는지 여부
 
struct timeval timeEnteredISR
 인터럽트가 발생하고 MCU가 ISR에 진입했을 때의 timestamp. More...
 
uint32_t tickEnteredISR
 

Detailed Description

GPIO 인터럽트에 관한 상세정보

attachInterrupt(int8_t, void(*)(GPIOInterruptInfo_t &), void *, int, bool) 사용시 이 구조체의 참조자가 전달됩니다.

Member Data Documentation

◆ timeEnteredISR

struct timeval gpio_interrupt_info::timeEnteredISR

인터럽트가 발생하고 MCU가 ISR에 진입했을 때의 timestamp.

이 시간은 UTC 입니다.


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