Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_crc/
Dfsl_crc.c61 CRC_MODE_CMPL_WR(config->complementIn) | CRC_MODE_BIT_RVS_SUM(config->reverseOut) | in CRC_Init()
132 config->complementIn = (bool)(mode & CRC_MODE_CMPL_WR_MASK); in CRC_GetConfig()
Dfsl_crc.h69 bool complementIn; /*!< Perform 1's complement on input. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_lpc_crc.c24 config.complementIn = false; in HAL_CrcCompute()