Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_spi_drv.h127 } spi_data_phase_format_t; typedef
1166 static inline void spi_master_set_data_phase_format(SPI_Type *ptr, spi_data_phase_format_t format) in spi_master_set_data_phase_format()
1178 static inline spi_data_phase_format_t spi_master_get_data_phase_format(SPI_Type *ptr) in spi_master_get_data_phase_format()
1180 return (spi_data_phase_format_t)SPI_TRANSCTRL_DUALQUAD_GET(ptr->TRANSCTRL); in spi_master_get_data_phase_format()
/bsp/hpmicro/libraries/hpm_sdk/components/spi/
A Dhpm_spi.h70 spi_data_phase_format_t io_mode; /*!< the spi data line mode */

Completed in 7 milliseconds