Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_spi.h295 cy_rslt_t cyhal_spi_select_active_ssel(cyhal_spi_t *obj, cyhal_gpio_t ssel);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c893 result = cyhal_spi_select_active_ssel(obj, obj->pin_ssel[obj->active_ssel]); in _cyhal_spi_init_hw()
1204 cy_rslt_t cyhal_spi_select_active_ssel(cyhal_spi_t *obj, cyhal_gpio_t ssel) in cyhal_spi_select_active_ssel() function