amiro-os / devices / PowerManagement / exti.hpp @ 58fe0e0b
History | View | Annotate | Download (317 Bytes)
| 1 |
#ifndef EXT_HPP_
|
|---|---|
| 2 |
#define EXT_HPP_
|
| 3 |
|
| 4 |
extern volatile uint32_t shutdown_now; |
| 5 |
extern volatile uint32_t pathdc_change; |
| 6 |
extern volatile uint32_t pathdc_value; |
| 7 |
|
| 8 |
extern EXTConfig extcfg;
|
| 9 |
|
| 10 |
void power_down_cb(EXTDriver *extp, expchannel_t channel);
|
| 11 |
void pathdc_cb(EXTDriver *extp, expchannel_t channel);
|
| 12 |
|
| 13 |
#endif /* EXT_HPP_ */ |