Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h368 CY_SCB_SPI_CPHA0_CPOL1 = 2U, /**< Clock is active high, data is changed on first edge */ enumerator
896 (CY_SCB_SPI_CPHA0_CPOL1 == (clkMode)) || \
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_spi.c402 return (CY_SCB_SPI_CPHA0_CPOL1); in _cyhal_convert_mode_sclk()
419 ((uint8_t)((clk_mode == CY_SCB_SPI_CPHA0_CPOL1) || (clk_mode == CY_SCB_SPI_CPHA1_CPOL1))), in _cyhal_spi_mode_pdl_to_hal()