Searched refs:IS_SPI (Results 1 – 10 of 10) sorted by relevance
89 Assert_Param(IS_SPI(SPIx)); in SPI_DeInit()114 Assert_Param(IS_SPI(SPIx)); in SPI_Init()204 Assert_Param(IS_SPI(SPIx)); in SPI_Cmd()228 Assert_Param(IS_SPI(SPIx)); in SPI_SELOutputCmd()250 Assert_Param(IS_SPI(SPIx)); in SPI_FIFOCmd()272 Assert_Param(IS_SPI(SPIx)); in SPI_SetDataLength()294 Assert_Param(IS_SPI(SPIx)); in SPI_SELModeConfig()319 Assert_Param(IS_SPI(SPIx)); in SPI_SoftwareSELCmd()346 Assert_Param(IS_SPI(SPIx)); in SPI_SendData()360 Assert_Param(IS_SPI(SPIx)); in SPI_ReceiveData()[all …]
111 Assert_Param(IS_SPI(SPIx)); in SPI_DeInit()143 Assert_Param(IS_SPI(SPIx)); in SPI_Init()237 Assert_Param(IS_SPI(SPIx)); in SPI_Cmd()262 Assert_Param(IS_SPI(SPIx)); in SPI_SELOutputCmd()285 Assert_Param(IS_SPI(SPIx)); in SPI_FIFOCmd()307 Assert_Param(IS_SPI(SPIx)); in SPI_SetDataLength()333 Assert_Param(IS_SPI(SPIx)); in SPI_SELModeConfig()358 Assert_Param(IS_SPI(SPIx)); in SPI_SoftwareSELCmd()385 Assert_Param(IS_SPI(SPIx)); in SPI_SendData()399 Assert_Param(IS_SPI(SPIx)); in SPI_ReceiveData()[all …]
172 assert_param(IS_SPI(hperh->perh)); in ald_spi_init()326 assert_param(IS_SPI(hperh->perh)); in ald_spi_send()420 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv()539 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv()717 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_it()765 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_it()812 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv_by_it()852 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_dma()915 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_dma()984 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv_by_dma()[all …]
174 assert_param(IS_SPI(hperh->perh)); in ald_spi_init()238 assert_param(IS_SPI(hperh->perh)); in spi_fifo_threshold_config()558 assert_param(IS_SPI(hperh->perh)); in ald_spi_send()660 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv()742 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv()889 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_it()925 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_it()978 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv_by_it()1040 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_dma()1104 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_dma()[all …]
170 assert_param(IS_SPI(hperh->perh)); in ald_spi_init()234 assert_param(IS_SPI(hperh->perh)); in spi_fifo_threshold_config()568 assert_param(IS_SPI(hperh->perh)); in ald_spi_send()670 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv()752 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv()899 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_it()935 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_it()988 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_recv_by_it()1052 assert_param(IS_SPI(hperh->perh)); in ald_spi_send_by_dma()1117 assert_param(IS_SPI(hperh->perh)); in ald_spi_recv_by_dma()[all …]
270 #define IS_SPI(x) (((x) == SPI0) || ((x) == SPI1)) macro273 #define IS_SPI(x) (((x) == SPI0) || ((x) == SPI1) || ((x) == SPI2)) macro
204 #define IS_SPI(SPI) ((SPI == HT_SPI0) || (SPI == HT_SPI1)) macro
253 #define IS_SPI(x) (IS_SPI0(x) || IS_SPI1(x)) macro
298 #define IS_SPI(x) (((x) == SPI0) || \ macro
299 #define IS_SPI(x) (((x) == SPI0) || \ macro
Completed in 45 milliseconds