Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h682 __STATIC_INLINE uint32_t Cy_SCB_SPI_Read (CySCB_Type const *base);
1347 __STATIC_INLINE uint32_t Cy_SCB_SPI_Read(CySCB_Type const *base) in Cy_SCB_SPI_Read() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c1278 read_value = Cy_SCB_SPI_Read(obj->base); in cyhal_spi_recv()
1314 (void)Cy_SCB_SPI_Read(obj->base); in cyhal_spi_send()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_spi.c1319 (void) Cy_SCB_SPI_Read(base); in DiscardArrayNoCheck()