Home
last modified time | relevance | path

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

/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/
A DCH57x_spi0.c111 UINT16 sendlen; in SPI0_MasterTrans() local
113 sendlen = len; in SPI0_MasterTrans()
115 R16_SPI0_TOTAL_CNT = sendlen; // 设置要发送的数据长度 in SPI0_MasterTrans()
117 while( sendlen ) in SPI0_MasterTrans()
123 sendlen--; in SPI0_MasterTrans()
268 UINT16 sendlen; in SPI0_SlaveTrans() local
270 sendlen = len; in SPI0_SlaveTrans()
273 while( sendlen ) in SPI0_SlaveTrans()
279 sendlen--; in SPI0_SlaveTrans()
A DCH57x_spi1.c111 UINT16 sendlen; in SPI1_MasterTrans() local
113 sendlen = len; in SPI1_MasterTrans()
115 R16_SPI1_TOTAL_CNT = sendlen; // 设置要发送的数据长度 in SPI1_MasterTrans()
117 while( sendlen ) in SPI1_MasterTrans()
123 sendlen--; in SPI1_MasterTrans()

Completed in 5 milliseconds