Home
last modified time | relevance | path

Searched refs:CRC_Get16bitResult (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/crc/
Dfsl_adapter_lpc_crc.c44 result = (uint32_t)CRC_Get16bitResult(s_CrcList[0]); in HAL_CrcCompute()
Dfsl_adapter_crc.c45 result = (uint32_t)CRC_Get16bitResult(CRC0); in HAL_CrcCompute()
/hal_nxp-latest/mcux/mcux-sdk/drivers/crc/
Dfsl_crc.h171 uint16_t CRC_Get16bitResult(CRC_Type *base);
Dfsl_crc.c350 uint16_t CRC_Get16bitResult(CRC_Type *base) in CRC_Get16bitResult() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_crc/
Dfsl_crc.h182 static inline uint16_t CRC_Get16bitResult(CRC_Type *base) in CRC_Get16bitResult() function