Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_crc/
Dfsl_crc.c60 base->MODE = CRC_MODE_CRC_POLY(config->polynomial) | CRC_MODE_BIT_RVS_WR(config->reverseIn) | in CRC_Init()
131 config->reverseIn = (bool)(mode & CRC_MODE_BIT_RVS_WR_MASK); in CRC_GetConfig()
Dfsl_crc.h68 bool reverseIn; /*!< Reverse bits on input. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_lpc_crc.c23 config.reverseIn = (bool)crcConfig->crcRefIn; in HAL_CrcCompute()