Unregisters a callback.
void usart_unregister_callback( struct usart_module * module, enum usart_callback callback_type)
Unregisters a callback function, which is implemented by the user.
| Data direction | Parameter name | Description |
|---|---|---|
[in, out] |
module |
Pointer to USART software instance struct |
[in] |
callback_type |
Callback type given by an enum |