Lines Matching refs:param
175 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
176 * @param param [IN] type #const hi_uart_attribute*,UART base settings.CNcomment:UART基本参数。CNend
177 * @param extra_attr [IN] type #const hi_uart_extra_attr*,UART extra settings. CNcomment:UART优化参数。CNend
185 hi_u32 hi_uart_init(hi_uart_idx id, const hi_uart_attribute *param, const hi_uart_extra_attr *extra_attr);
196 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
197 * @param data [OUT] type #hi_u8*,Start address of the data to be read.CNcomment:读到数据的首地址。CNend
198 * @param data_len [IN] type #hi_u32,Number of bytes to be read.CNcomment:要读取数据的字节数。CNend
219 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
220 * @param data [OUT] type #hi_u8*,Start address of the data to be read.CNcomment:读到数据的首地址。CNend
221 * @param data_len [IN] type #hi_u32,Number of bytes to be read.CNcomment:要读取数据的字节数。CNend
222 * @param timeout_ms [IN] type #hi_u32,timeout.CNcomment:超时时间。CNend
242 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
243 * @param data [IN] type #const hi_u8*,Start address of the data to be written.CNcomment:待写数据的首地址。CNend
244 * @param data_len [IN] type #hi_u32,Number of bytes to be written.CNcomment:待写数据的字节数。CNend
262 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
282 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
283 * @param flow_ctrl [IN] type #hi_flow_ctrl,haredware flow control mode.
304 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
305 * @param data [IN] type #const hi_u8*,Start address of the data to be written.CNcomment:待写数据的首地址。CNend
306 * @param data_len [IN] type #hi_u32,Number of bytes to be written.CNcomment:待写数据的字节数。CNend
327 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
328 * @param attr [OUT] type #hi_uart_attribute*,UART base settings.CNcomment:UART基本参数。CNend
329 * @param extra_attr [OUT] type #hi_uart_extra_attr*,UART extra settings. CNcomment:UART优化参数。CNend
349 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
350 * @param empty [OUT] type #hi_bool*,Store query result, HI_TRUE means empty, HI_FALSE means non-empty.
371 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
372 * @param busy [OUT] type #hi_bool*,Store query result, HI_TRUE means busy, HI_FALSE means not busy.
392 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
412 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
431 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend