crc_sync_deinit

Deinitialize CRC.

int32_t crc_sync_deinit(
    struct crc_sync_descriptor *const descr
)

This function deinitializes the given CRC descriptor. It checks if the given hardware is initialized and if the given hardware is permitted to be deinitialized.

Parameters

descr

Type: struct crc_sync_descriptor Struct *const

A CRC descriptor to deinitialize

Returns

Type: int32_t

De-initialization status.