Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent PIR device. More...
#include <pir_device.h>
Data Fields | |
IRQn_Type | IRQ |
int32_t(* | Init )(uint8_t clkdiv, uint8_t etime, uint8_t itime, uint8_t atten) |
int32_t(* | EnableWakeup )(void *cb) |
int32_t(* | DisableWakeup )(void) |
int32_t(* | Disable )(void) |
A structure to represent PIR device.
int32_t(* Disable) (void) |
int32_t(* DisableWakeup) (void) |
int32_t(* EnableWakeup) (void *cb) |
int32_t(* Init) (uint8_t clkdiv, uint8_t etime, uint8_t itime, uint8_t atten) |
IRQn_Type IRQ |