Searched refs:cyhal_crc_start (Results 1 – 2 of 2) sorted by relevance
144 cy_rslt_t cyhal_crc_start(cyhal_crc_t *obj, const crc_algorithm_t *algorithm);
86 #define cyhal_crc_start(obj, algorithm) _cyhal_crc_start((obj), (algorithm)) macro