OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostIntfGetInterrupt
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
hostIntf.h
75
bool
hostIntfGetInterrupt
(uint32_t bit);
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
799
bool wakeupStatus =
hostIntfGetInterrupt
(NANOHUB_INT_WAKEUP);
800
bool nonwakeupStatus =
hostIntfGetInterrupt
(NANOHUB_INT_NONWAKEUP);
823
if (interrupt == HOSTINTF_MAX_INTERRUPTS && !
hostIntfGetInterrupt
(NANOHUB_INT_WAKEUP) && !
hostIntfGetInterrupt
(NANOHUB_INT_NONWAKEUP))
[
all
...]
hostIntf.c
[
all
...]
Completed in 194 milliseconds