Searched refs:complementOut (Results 1 – 3 of 3) sorted by relevance
62 CRC_MODE_CMPL_SUM(config->complementOut); in CRC_Init()134 config->complementOut = (bool)(mode & CRC_MODE_CMPL_SUM_MASK); in CRC_GetConfig()
71 bool complementOut; /*!< Perform 1's complement on output. */ member
25 config.complementOut = (bool)crcConfig->complementChecksum; in HAL_CrcCompute()