mirror of
https://github.com/google/pebble.git
synced 2025-11-19 05:50:54 -05:00
spelling: whenever
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -67,7 +67,7 @@ void uart_set_baud_rate(UARTDevice *dev, uint32_t baud_rate);
|
|||||||
//! @note This cannot be set at the same time as a raw interrupt handler
|
//! @note This cannot be set at the same time as a raw interrupt handler
|
||||||
void uart_set_rx_interrupt_handler(UARTDevice *dev, UARTRXInterruptHandler irq_handler);
|
void uart_set_rx_interrupt_handler(UARTDevice *dev, UARTRXInterruptHandler irq_handler);
|
||||||
|
|
||||||
//! Sets a transmit IRQ handler for the device which is called whenenver we send a byte (within an
|
//! Sets a transmit IRQ handler for the device which is called whenever we send a byte (within an
|
||||||
//! ISR)
|
//! ISR)
|
||||||
//! @note This cannot be set at the same time as a raw interrupt handler
|
//! @note This cannot be set at the same time as a raw interrupt handler
|
||||||
void uart_set_tx_interrupt_handler(UARTDevice *dev, UARTTXInterruptHandler irq_handler);
|
void uart_set_tx_interrupt_handler(UARTDevice *dev, UARTTXInterruptHandler irq_handler);
|
||||||
|
|||||||
Reference in New Issue
Block a user