Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c117 .ssPolarity = CY_SCB_SPI_ACTIVE_LOW,
497 …turn (hal_polarity == CYHAL_SPI_SSEL_ACTIVE_HIGH) ? CY_SCB_SPI_ACTIVE_HIGH : CY_SCB_SPI_ACTIVE_LOW; in _cyhal_spi_pol_from_hal_to_pdl()
935 driver_config.ssPolarity = ((CY_SCB_SPI_ACTIVE_LOW << CY_SCB_SPI_SLAVE_SELECT0) | \ in cyhal_spi_init()
936 (CY_SCB_SPI_ACTIVE_LOW << CY_SCB_SPI_SLAVE_SELECT1) | \ in cyhal_spi_init()
937 (CY_SCB_SPI_ACTIVE_LOW << CY_SCB_SPI_SLAVE_SELECT2) | \ in cyhal_spi_init()
938 (CY_SCB_SPI_ACTIVE_LOW << CY_SCB_SPI_SLAVE_SELECT3)); in cyhal_spi_init()
946 obj->ssel_pol[i] = CY_SCB_SPI_ACTIVE_LOW; in cyhal_spi_init()
1000 obj->ssel_pol[i] = CY_SCB_SPI_ACTIVE_LOW; in cyhal_spi_init_cfg()
1153 …bool ssel_state = (CY_SCB_SPI_ACTIVE_LOW == obj->ssel_pol[ssel_idx]) ? !ssel_activate : ssel_activ… in _cyhal_ssel_switch_state()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_spi.h384 CY_SCB_SPI_ACTIVE_LOW = 0U, /**< Signal in question is active low */ enumerator
907 #define CY_SCB_SPI_IS_POLARITY_VALID(polarity) ( (CY_SCB_SPI_ACTIVE_LOW == (polarity)) || \