#[repr(C)]pub struct DmaUartC { /* private fields */ }
Expand description
SPI主机模式控制器
Implementations§
source§impl DmaUartC
impl DmaUartC
sourcepub fn tx(&self, txd: &[u8], size: &mut XwSz, to: XwTm) -> XwEr
pub fn tx(&self, txd: &[u8], size: &mut XwSz, to: XwTm) -> XwEr
配置DMA通道发送数据
§参数说明
- txd: 待发送的数据的缓冲区
- size: 传输的大小
- (I) 作为输入时,表示期望发送的数据的大小(单位:字节)
- (O) 作为输出时,返回实际发送的数据大小
- to: 期望唤醒的时间点
§错误码
-ENOSYS
不支持此操作-ECANCELED
发送被取消-ETIMEDOUT
超时