MCPcopy Create free account
hub / github.com/Santroller/Santroller / set_format

Method set_format

lib/peripherals/uart.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void UARTInterface::set_format(uint data_bits, uint stop_bits, uart_parity_t parity)
75{
76 uart_set_format(uart, data_bits, stop_bits, parity);
77}
78void UARTInterface::reset_transfer()
79{
80 if (uart == uart0)

Callers 2

tick_updatesMethod · 0.80
update_firmwareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected