Searched refs:ssel_activate (Results 1 – 1 of 1) sorted by relevance
135 static void _cyhal_ssel_switch_state(cyhal_spi_t *obj, uint8_t ssel_idx, bool ssel_activate);1135 static void _cyhal_ssel_switch_state(cyhal_spi_t *obj, uint8_t ssel_idx, bool ssel_activate) in _cyhal_ssel_switch_state() argument1146 …l ssel_state = (CY_SCB_SPI_ACTIVE_LOW == obj->ssel_pol[ssel_idx]) ? !ssel_activate : ssel_activate; in _cyhal_ssel_switch_state()