OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChainedInterrupt
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
isr.h
28
struct
ChainedInterrupt
{
31
void (*const enable)(struct
ChainedInterrupt
*);
32
void (*const disable)(struct
ChainedInterrupt
*);
44
static inline void chainIsr(struct
ChainedInterrupt
*interrupt, struct ChainedIsr *isr)
52
static inline void unchainIsr(struct
ChainedInterrupt
*interrupt, struct ChainedIsr *isr)
61
static inline bool dispatchIsr(struct
ChainedInterrupt
*interrupt)
79
static inline int unchainIsrAll(struct
ChainedInterrupt
*interrupt, uint32_t tid)
95
static inline uint32_t maxLatencyIsr(struct
ChainedInterrupt
*interrupt)
/device/google/contexthub/firmware/os/platform/stm32/
exti.c
74
struct
ChainedInterrupt
base;
78
static void extiInterruptEnable(struct
ChainedInterrupt
*irq)
84
static void extiInterruptDisable(struct
ChainedInterrupt
*irq)
Completed in 578 milliseconds