Searched defs:u16 (Results 1 – 2 of 2) sorted by relevance
46 pub fn to_u16(self: &Self) -> u16 { in to_u16()181 pub extern "C" fn c_uart_send(port: u16, c: u8) { in c_uart_send()199 pub extern "C" fn c_uart_send_str(port: u16, str: *const u8) in c_uart_send_str()215 pub extern "C" fn c_uart_init(port: u16, baud_rate: u32) -> i32 { in c_uart_init()
358 U16 u16; member