Searched refs:CY_SCB_SPI_CPHA1_CPOL1 (Results 1 – 2 of 2) sorted by relevance
369 CY_SCB_SPI_CPHA1_CPOL1 = 3U, /**< Clock is active high, data is changed on second edge */ enumerator905 (CY_SCB_SPI_CPHA1_CPOL1 == (clkMode)) )
407 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()