Searched refs:ISR (Results 1 – 10 of 10) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/ |
D | rtc.c | 37 volatile uint32_t ISR; /* 0x0C */ member 120 RTC->ISR |= RTC_ISR_INIT; in rtcSetDefaultDateTimeAndPrescalar() 124 while ((RTC->ISR & RTC_ISR_INITF) == 0); in rtcSetDefaultDateTimeAndPrescalar() 145 RTC->ISR &= ~RTC_ISR_INIT; in rtcSetDefaultDateTimeAndPrescalar() 222 while ((RTC->ISR & RTC_ISR_WUTWF) == 0); in rtcSetWakeupTimer() 240 RTC->ISR &= ~RTC_ISR_WUTF; in rtcSetWakeupTimer()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | core_cm0.h | 251 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 264 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_cm0plus.h | 262 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 275 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_sc000.h | 257 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 270 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_sc300.h | 258 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 271 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_cm3.h | 258 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 271 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_cm4.h | 305 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 318 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
D | core_cm7.h | 320 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member 333 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */ member
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 3267 xlnx_can_update_irq(uint32_t isr, uint32_t ier, uint32_t irq) "ISR: 0x%08x IER: 0x%08x IRQ: 0x%08x" 3277 xlnx_canfd_update_irq(char *path, uint32_t isr, uint32_t ier, uint32_t irq) "%s: ISR: 0x%08x IER: 0…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 3267 xlnx_can_update_irq(uint32_t isr, uint32_t ier, uint32_t irq) "ISR: 0x%08x IER: 0x%08x IRQ: 0x%08x" 3277 xlnx_canfd_update_irq(char *path, uint32_t isr, uint32_t ier, uint32_t irq) "%s: ISR: 0x%08x IER: 0…
|