Searched refs:to_u16 (Results 1 – 2 of 2) sorted by relevance
71 pub fn to_u16(self: &Self) -> u16 { in to_u16() method281 let port = uart_port.to_u16(); in uart_init()344 let port = uart_port.to_u16(); in uart_send()359 let port = uart_port.to_u16(); in uart_read_byte()366 UartPort::COM1.to_u16() in port()
714 <Self as ToPrimitive>::to_u16(&self).unwrap() in into()