Function transmit_entire_buffer

Source
unsafe fn transmit_entire_buffer(
    uart: &'static Uarte<'_>,
    buf: &'static mut [u8],
)