Home
last modified time | relevance | path

Searched refs:CY_SCB_SPI_CPHA1_CPOL1 (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h369 CY_SCB_SPI_CPHA1_CPOL1 = 3U, /**< Clock is active high, data is changed on second edge */ enumerator
905 (CY_SCB_SPI_CPHA1_CPOL1 == (clkMode)) )
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c407 return (CY_SCB_SPI_CPHA1_CPOL1); in _cyhal_convert_mode_sclk()
426 ((uint8_t)((clk_mode == CY_SCB_SPI_CPHA0_CPOL1) || (clk_mode == CY_SCB_SPI_CPHA1_CPOL1))), in _cyhal_spi_mode_pdl_to_hal()
427 ((uint8_t)((clk_mode == CY_SCB_SPI_CPHA1_CPOL0) || (clk_mode == CY_SCB_SPI_CPHA1_CPOL1))), in _cyhal_spi_mode_pdl_to_hal()