Home
last modified time | relevance | path

Searched refs:Cy_SCB_SPI_Interrupt (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h704 void Cy_SCB_SPI_Interrupt(CySCB_Type *base, cy_stc_scb_spi_context_t *context);
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_scb_spi.c868 void Cy_SCB_SPI_Interrupt(CySCB_Type *base, cy_stc_scb_spi_context_t *context) in Cy_SCB_SPI_Interrupt() function
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_spi.c280 Cy_SCB_SPI_Interrupt(obj->base, &(obj->context)); in _cyhal_spi_irq_handler()