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