Home
last modified time | relevance | path

Searched refs:complementOut (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_crc/
Dfsl_crc.c62 CRC_MODE_CMPL_SUM(config->complementOut); in CRC_Init()
134 config->complementOut = (bool)(mode & CRC_MODE_CMPL_SUM_MASK); in CRC_GetConfig()
Dfsl_crc.h71 bool complementOut; /*!< Perform 1's complement on output. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_lpc_crc.c25 config.complementOut = (bool)crcConfig->complementChecksum; in HAL_CrcCompute()