Lines Matching refs:id

175 * @param  id            [IN] type #hi_uart_idx,UART port id. 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
206 hi_s32 hi_uart_read(hi_uart_idx id, hi_u8 *data, hi_u32 data_len);
219 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
230 hi_s32 hi_uart_read_timeout(hi_uart_idx id, hi_u8 *data, hi_u32 len, hi_u32 timeout_ms);
242 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
252 hi_s32 hi_uart_write(hi_uart_idx id, const hi_u8 *data, hi_u32 data_len);
262 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
270 hi_u32 hi_uart_deinit(hi_uart_idx id);
282 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
292 hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl flow_ctrl);
304 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
314 hi_s32 hi_uart_write_immediately(hi_uart_idx id, const hi_u8 *data, hi_u32 data_len);
327 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
337 hi_u32 hi_uart_get_attribute(hi_uart_idx id, hi_uart_attribute *attr, hi_uart_extra_attr *extra_attr);
349 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
359 BSP_RAM_TEXT_SECTION hi_u32 hi_uart_is_buf_empty(hi_uart_idx id, hi_bool *empty);
371 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
381 BSP_RAM_TEXT_SECTION hi_u32 hi_uart_is_busy(hi_uart_idx id, hi_bool *busy);
392 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
400 hi_u32 hi_uart_quit_read(hi_uart_idx id);
412 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
420 hi_u32 hi_uart_lp_save(hi_uart_idx id);
431 * @param id [IN] type #hi_uart_idx,UART port id. CNcomment:UART端口号。CNend
439 hi_u32 hi_uart_lp_restore(hi_uart_idx id);