Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_crc.h61 #define CRC_CTL_PS BITS(3,4) /*!< size of polynomial func… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_crc.h61 #define CRC_CTL_PS BITS(3, 4) /*!< size of polynomial */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_crc.h59 #define CRC_CTL_PS BITS(3, 4) /*!< size of polynomial func… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_crc.h59 #define CRC_CTL_PS BITS(3, 4) /*!< size of polynomial func… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_crc.c164 CRC_CTL &= (uint32_t)(~CRC_CTL_PS); in crc_polynomial_size_set()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_crc.c164 CRC_CTL &= (uint32_t)(~CRC_CTL_PS); in crc_polynomial_size_set()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_crc.c166 CRC_CTL &= (uint32_t)(~(CRC_CTL_PS)); in crc_polynomial_size_set()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_crc.c166 CRC_CTL &= (uint32_t)(~(CRC_CTL_PS)); in crc_polynomial_size_set()