Home
last modified time | relevance | path

Searched refs:CRC_CTL_REV_I (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_crc.h60 #define CRC_CTL_REV_I BITS(5, 6) /*!< input data reverse func… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_crc.h62 #define CRC_CTL_REV_I BITS(5,6) /*!< input data reverse func… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_crc.h62 #define CRC_CTL_REV_I BITS(5, 6) /*!< input data reverse */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_crc.h60 #define CRC_CTL_REV_I BITS(5, 6) /*!< input data reverse func… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_crc.c147 CRC_CTL &= (uint32_t)(~CRC_CTL_REV_I); in crc_input_data_reverse_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_crc.c101 CRC_CTL &= (uint32_t)(~CRC_CTL_REV_I); in crc_input_data_reverse_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_crc.c149 CRC_CTL &= (uint32_t)(~CRC_CTL_REV_I); in crc_input_data_reverse_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_crc.c147 CRC_CTL &= (uint32_t)(~CRC_CTL_REV_I); in crc_input_data_reverse_config()