Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 – 25 of 52) sorted by relevance

123

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/ccs/
H A DMakefile13 ../gpio.o ../i2c.o ../interrupt.o ../mpu.o ../pmap.o ../pcm.o ../pss.o ../ref_a.o ../reset.o ../rtc…
23 i2c.o interrupt.o mpu.o pmap.o pcm.o pss.o ref_a.o reset.o rtc_c.o flash.o \
/btstack/port/archive/msp-exp430f5438-cc2564b/src/
H A Dhal_uart_dma.c293 __attribute__((interrupt(USCI_A2_VECTOR)))
361 __attribute__((interrupt(PORT1_VECTOR)))
H A Dhal_tick.c81 __attribute__((interrupt(TIMER1_A0_VECTOR)))
/btstack/port/archive/ez430-rf2560/src/
H A Dhal_uart_dma.c293 __attribute__((interrupt(USCI_A2_VECTOR)))
361 __attribute__((interrupt(PORT1_VECTOR)))
H A Dhal_tick.c81 __attribute__((interrupt(TIMER1_A0_VECTOR)))
/btstack/port/archive/msp430f5229lp-cc2564b/src/
H A Dhal_uart_dma.c306 __attribute__((interrupt(USCI_A0_VECTOR)))
376 __attribute__((interrupt(PORT2_VECTOR)))
H A Dhal_tick.c81 __attribute__((interrupt(TIMER1_A0_VECTOR)))
/btstack/port/archive/ez430-rf2560/firmware/
H A Dhal_usb.c113 interrupt(USCI_A1_VECTOR) USCI_A1_ISR (void) in USCI_A1_ISR()
H A Dhal_adc.c415 __attribute__((interrupt(ADC12_VECTOR)))
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_usb.c105 interrupt(USCI_A1_VECTOR) USCI_A1_ISR (void) in USCI_A1_ISR()
H A Dhal_adc.c416 __attribute__((interrupt(ADC12_VECTOR)))
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DBTstackClient.java135 rxThread.interrupt(); in disconnect()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usb.h570 void USB_ClearInterrupts(USB_OTG_GlobalTypeDef *USBx, uint32_t interrupt);
620 void USB_ClearInterrupts(USB_TypeDef *USBx, uint32_t interrupt);
/btstack/doc/manual/docs-template/
H A Dporting.md92 processor interrupt when a byte was received. In the interrupt handler,
H A Dintegration.md58 interrupt-driven UART and timers, everything happens in sequence. When
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_hcd.c494 uint32_t i, interrupt; in HAL_HCD_IRQHandler() local
568 interrupt = USB_HC_ReadInterrupt(hhcd->Instance); in HAL_HCD_IRQHandler()
571 if ((interrupt & (1UL << (i & 0xFU))) != 0U) in HAL_HCD_IRQHandler()
H A Dstm32l4xx_ll_usb.c1112 void USB_ClearInterrupts(USB_OTG_GlobalTypeDef *USBx, uint32_t interrupt) in USB_ClearInterrupts() argument
1114 USBx->GINTSTS |= interrupt; in USB_ClearInterrupts()
2493 void USB_ClearInterrupts(USB_TypeDef *USBx, uint32_t interrupt) in USB_ClearInterrupts() argument
2497 UNUSED(interrupt); in USB_ClearInterrupts()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/
H A Dstartup_stm32f412cx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
H A Dstartup_stm32f412rx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
H A Dstartup_stm32f412vx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
H A Dstartup_stm32f412zx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
H A Dstartup_stm32f413xx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
H A Dstartup_stm32f423xx.s140 DCD DFSDM1_FLT0_IRQHandler ; DFSDM1 Filter 0 global interrupt
141 DCD DFSDM1_FLT1_IRQHandler ; DFSDM1 Filter 1 global interrupt
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hcd.c498 uint32_t i, interrupt; in HAL_HCD_IRQHandler() local
572 interrupt = USB_HC_ReadInterrupt(hhcd->Instance); in HAL_HCD_IRQHandler()
575 if ((interrupt & (1UL << (i & 0xFU))) != 0U) in HAL_HCD_IRQHandler()
/btstack/port/samv71-xplained-atwilc3000/example/template/
H A Dconfig.mk62 common/utils/interrupt/interrupt_sam_nvic.c \

123