/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 108 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 142 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 108 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 142 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 108 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 142 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 108 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 142 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_crc_ex.c | 90 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 96 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 116 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 152 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_crc_ex.c | 89 …_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength) in HAL_CRCEx_Polynomial_Set() argument 95 assert_param(IS_CRC_POL_LENGTH(PolyLength)); in HAL_CRCEx_Polynomial_Set() 115 switch (PolyLength) in HAL_CRCEx_Polynomial_Set() 151 MODIFY_REG(hcrc->Instance->CR, CRC_CR_POLYSIZE, PolyLength); in HAL_CRCEx_Polynomial_Set()
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_crc_ex.h | 126 …StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength);
|