USART_Basic_set_ISR_cb

Set call back function for USART_Basic.

void USART_Basic_set_ISR_cb(
    usart_callback cb,
    usart_cb_t type
)

Parameters

cb

Type: usart_callback

The call back function to set

type

Type: usart_cb_t

The type of ISR to be set

Returns

Type: void

Nothing