Searched refs:CY_SCB_SPI_ACTIVE_HIGH (Results 1 – 2 of 2) sorted by relevance
385 CY_SCB_SPI_ACTIVE_HIGH = 1U, /**< Signal in question is active high */ enumerator908 (CY_SCB_SPI_ACTIVE_HIGH == (polarity)) )1047 if (CY_SCB_SPI_ACTIVE_HIGH == polarity) in Cy_SCB_SPI_SetActiveSlaveSelectPolarity()
497 …return (hal_polarity == CYHAL_SPI_SSEL_ACTIVE_HIGH) ? CY_SCB_SPI_ACTIVE_HIGH : CY_SCB_SPI_ACTIVE_L… in _cyhal_spi_pol_from_hal_to_pdl()