/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_ll_utils.c | 135 static ErrorStatus UTILS_SetFlashLatency(uint32_t Frequency); 138 static ErrorStatus UTILS_PLL_IsBusy(void); 258 ErrorStatus status = SUCCESS; in LL_PLL_ConfigSystemClock_HSI() 322 ErrorStatus status = SUCCESS; in LL_PLL_ConfigSystemClock_HSI48() 380 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() 383 ErrorStatus status = SUCCESS; in LL_PLL_ConfigSystemClock_HSE() 463 static ErrorStatus UTILS_SetFlashLatency(uint32_t Frequency) in UTILS_SetFlashLatency() 465 ErrorStatus status = SUCCESS; in UTILS_SetFlashLatency() 529 static ErrorStatus UTILS_PLL_IsBusy(void) in UTILS_PLL_IsBusy() 531 ErrorStatus status = SUCCESS; in UTILS_PLL_IsBusy() [all …]
|
A D | stm32f0xx_ll_tim.c | 157 static ErrorStatus OC1Config(TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct); 158 static ErrorStatus OC2Config(TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct); 159 static ErrorStatus OC3Config(TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct); 160 static ErrorStatus OC4Config(TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct); 161 static ErrorStatus IC1Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 162 static ErrorStatus IC2Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 185 ErrorStatus LL_TIM_DeInit(TIM_TypeDef *TIMx) in LL_TIM_DeInit() 187 ErrorStatus result = SUCCESS; in LL_TIM_DeInit() 299 ErrorStatus LL_TIM_Init(TIM_TypeDef *TIMx, LL_TIM_InitTypeDef *TIM_InitStruct) in LL_TIM_Init() 378 ErrorStatus result = ERROR; in LL_TIM_OC_Init() [all …]
|
A D | stm32f0xx_ll_rtc.c | 155 ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx) in LL_RTC_DeInit() 157 ErrorStatus status = ERROR; in LL_RTC_DeInit() 214 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() 216 ErrorStatus status = ERROR; in LL_RTC_Init() 275 ErrorStatus status = ERROR; in LL_RTC_TIME_Init() 378 ErrorStatus status = ERROR; in LL_RTC_DATE_Init() 601 ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx) in LL_RTC_EnterInitMode() 604 ErrorStatus status = SUCCESS; in LL_RTC_EnterInitMode() 645 ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx) in LL_RTC_ExitInitMode() 672 ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx) in LL_RTC_WaitForSynchro() [all …]
|
A D | stm32f0xx_ll_adc.c | 185 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() 215 ErrorStatus LL_ADC_DeInit(ADC_TypeDef *ADCx) in LL_ADC_DeInit() 217 ErrorStatus status = SUCCESS; in LL_ADC_DeInit() 387 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() 389 ErrorStatus status = SUCCESS; in LL_ADC_Init() 477 ErrorStatus LL_ADC_REG_Init(ADC_TypeDef *ADCx, LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct) in LL_ADC_REG_Init() 479 ErrorStatus status = SUCCESS; in LL_ADC_REG_Init()
|
A D | stm32f0xx_ll_spi.c | 150 ErrorStatus LL_SPI_DeInit(SPI_TypeDef *SPIx) in LL_SPI_DeInit() 152 ErrorStatus status = ERROR; in LL_SPI_DeInit() 193 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() 195 ErrorStatus status = ERROR; in LL_SPI_Init() 369 ErrorStatus LL_I2S_DeInit(SPI_TypeDef *SPIx) in LL_I2S_DeInit() 384 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() 390 ErrorStatus status = ERROR; in LL_I2S_Init()
|
A D | stm32f0xx_ll_comp.c | 153 ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx) in LL_COMP_DeInit() 155 ErrorStatus status = SUCCESS; in LL_COMP_DeInit() 217 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct) in LL_COMP_Init() 219 ErrorStatus status = SUCCESS; in LL_COMP_Init()
|
A D | stm32f0xx_ll_crc.c | 78 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx) in LL_CRC_DeInit() 80 ErrorStatus status = SUCCESS; in LL_CRC_DeInit()
|
A D | stm32f0xx_ll_usart.c | 154 ErrorStatus LL_USART_DeInit(USART_TypeDef *USARTx) in LL_USART_DeInit() 156 ErrorStatus status = SUCCESS; in LL_USART_DeInit() 260 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() 262 ErrorStatus status = ERROR; in LL_USART_Init() 440 ErrorStatus LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStr… in LL_USART_ClockInit() 442 ErrorStatus status = SUCCESS; in LL_USART_ClockInit()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_cryp.h | 301 ErrorStatus CRYP_SaveContext(CRYP_Context* CRYP_ContextSave, 315 ErrorStatus CRYP_AES_ECB(uint8_t Mode, 320 ErrorStatus CRYP_AES_CBC(uint8_t Mode, 326 ErrorStatus CRYP_AES_CTR(uint8_t Mode, 332 ErrorStatus CRYP_AES_GCM(uint8_t Mode, uint8_t InitVectors[16], 338 ErrorStatus CRYP_AES_CCM(uint8_t Mode, 347 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, 352 ErrorStatus CRYP_TDES_CBC(uint8_t Mode, 359 ErrorStatus CRYP_DES_ECB(uint8_t Mode, 364 ErrorStatus CRYP_DES_CBC(uint8_t Mode,
|
A D | stm32f4xx_rtc.h | 781 ErrorStatus RTC_DeInit(void); 784 ErrorStatus RTC_Init(RTC_InitTypeDef* RTC_InitStruct); 787 ErrorStatus RTC_EnterInitMode(void); 789 ErrorStatus RTC_WaitForSynchro(void); 790 ErrorStatus RTC_RefClockCmd(FunctionalState NewState); 794 ErrorStatus RTC_SetTime(uint32_t RTC_Format, RTC_TimeTypeDef* RTC_TimeStruct); 806 ErrorStatus RTC_AlarmCmd(uint32_t RTC_Alarm, FunctionalState NewState); 814 ErrorStatus RTC_WakeUpCmd(FunctionalState NewState); 824 ErrorStatus RTC_CoarseCalibConfig(uint32_t RTC_CalibSign, uint32_t Value); 825 ErrorStatus RTC_CoarseCalibCmd(FunctionalState NewState); [all …]
|
A D | stm32f4xx_hash.h | 232 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]); 233 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, 238 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]); 239 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen,
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
A D | stm32f2xx_cryp.h | 276 ErrorStatus CRYP_SaveContext(CRYP_Context* CRYP_ContextSave, 289 ErrorStatus CRYP_AES_ECB(uint8_t Mode, 294 ErrorStatus CRYP_AES_CBC(uint8_t Mode, 300 ErrorStatus CRYP_AES_CTR(uint8_t Mode, 307 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, 312 ErrorStatus CRYP_TDES_CBC(uint8_t Mode, 319 ErrorStatus CRYP_DES_ECB(uint8_t Mode, 324 ErrorStatus CRYP_DES_CBC(uint8_t Mode,
|
A D | stm32f2xx_rtc.h | 567 ErrorStatus RTC_DeInit(void); 570 ErrorStatus RTC_Init(RTC_InitTypeDef* RTC_InitStruct); 573 ErrorStatus RTC_EnterInitMode(void); 575 ErrorStatus RTC_WaitForSynchro(void); 576 ErrorStatus RTC_RefClockCmd(FunctionalState NewState); 579 ErrorStatus RTC_SetTime(uint32_t RTC_Format, RTC_TimeTypeDef* RTC_TimeStruct); 582 ErrorStatus RTC_SetDate(uint32_t RTC_Format, RTC_DateTypeDef* RTC_DateStruct); 590 ErrorStatus RTC_AlarmCmd(uint32_t RTC_Alarm, FunctionalState NewState); 596 ErrorStatus RTC_WakeUpCmd(FunctionalState NewState); 606 ErrorStatus RTC_CoarseCalibConfig(uint32_t RTC_CalibSign, uint32_t Value); [all …]
|
A D | stm32f2xx_hash.h | 225 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]); 226 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, 231 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]); 232 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen,
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_rtc.c | 375 ErrorStatus RTC_DeInit(void) in RTC_DeInit() 379 ErrorStatus status = ERROR; in RTC_DeInit() 459 ErrorStatus status = ERROR; in RTC_Init() 555 ErrorStatus status = ERROR; in RTC_EnterInitMode() 622 ErrorStatus status = ERROR; in RTC_WaitForSynchro() 664 ErrorStatus status = ERROR; in RTC_RefClockCmd() 768 ErrorStatus status = ERROR; in RTC_SetTime() 948 ErrorStatus status = ERROR; in RTC_SetDate() 1314 ErrorStatus status = ERROR; in RTC_AlarmCmd() 1558 ErrorStatus status = ERROR; in RTC_WakeUpCmd() [all …]
|
A D | stm32f4xx_cryp_des.c | 99 ErrorStatus CRYP_DES_ECB(uint8_t Mode, uint8_t Key[8], uint8_t *Input, in CRYP_DES_ECB() 106 ErrorStatus status = SUCCESS; in CRYP_DES_ECB() 200 ErrorStatus CRYP_DES_CBC(uint8_t Mode, uint8_t Key[8], uint8_t InitVectors[8], in CRYP_DES_CBC() 208 ErrorStatus status = SUCCESS; in CRYP_DES_CBC()
|
A D | stm32f4xx_hash_md5.c | 93 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]) in HASH_MD5() 101 ErrorStatus status = SUCCESS; in HASH_MD5() 168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5() 178 ErrorStatus status = SUCCESS; in HMAC_MD5()
|
A D | stm32f4xx_hash_sha1.c | 93 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]) in HASH_SHA1() 101 ErrorStatus status = SUCCESS; in HASH_SHA1() 169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1() 179 ErrorStatus status = SUCCESS; in HMAC_SHA1()
|
A D | stm32f4xx_cryp_tdes.c | 100 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, uint8_t Key[24], uint8_t *Input, in CRYP_TDES_ECB() 107 ErrorStatus status = SUCCESS; in CRYP_TDES_ECB() 208 ErrorStatus CRYP_TDES_CBC(uint8_t Mode, uint8_t Key[24], uint8_t InitVectors[8], in CRYP_TDES_CBC() 216 ErrorStatus status = SUCCESS; in CRYP_TDES_CBC()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_ll_utils.h | 256 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 259 ErrorStatus LL_PLL_ConfigSystemClock_HSI48(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 262 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_rtc.c | 352 ErrorStatus RTC_DeInit(void) in RTC_DeInit() 356 ErrorStatus status = ERROR; in RTC_DeInit() 432 ErrorStatus status = ERROR; in RTC_Init() 528 ErrorStatus status = ERROR; in RTC_EnterInitMode() 595 ErrorStatus status = ERROR; in RTC_WaitForSynchro() 637 ErrorStatus status = ERROR; in RTC_RefClockCmd() 709 ErrorStatus status = ERROR; in RTC_SetTime() 862 ErrorStatus status = ERROR; in RTC_SetDate() 1220 ErrorStatus status = ERROR; in RTC_AlarmCmd() 1361 ErrorStatus status = ERROR; in RTC_WakeUpCmd() [all …]
|
A D | stm32f2xx_cryp_des.c | 100 ErrorStatus CRYP_DES_ECB(uint8_t Mode, uint8_t Key[8], uint8_t *Input, in CRYP_DES_ECB() 107 ErrorStatus status = SUCCESS; in CRYP_DES_ECB() 195 ErrorStatus CRYP_DES_CBC(uint8_t Mode, uint8_t Key[8], uint8_t InitVectors[8], in CRYP_DES_CBC() 203 ErrorStatus status = SUCCESS; in CRYP_DES_CBC()
|
A D | stm32f2xx_hash_md5.c | 93 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]) in HASH_MD5() 101 ErrorStatus status = SUCCESS; in HASH_MD5() 168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5() 178 ErrorStatus status = SUCCESS; in HMAC_MD5()
|
A D | stm32f2xx_hash_sha1.c | 93 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]) in HASH_SHA1() 101 ErrorStatus status = SUCCESS; in HASH_SHA1() 169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1() 179 ErrorStatus status = SUCCESS; in HMAC_SHA1()
|
A D | stm32f2xx_cryp_tdes.c | 102 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, uint8_t Key[24], uint8_t *Input, in CRYP_TDES_ECB() 109 ErrorStatus status = SUCCESS; in CRYP_TDES_ECB() 204 ErrorStatus CRYP_TDES_CBC(uint8_t Mode, uint8_t Key[24], uint8_t InitVectors[8], in CRYP_TDES_CBC() 212 ErrorStatus status = SUCCESS; in CRYP_TDES_CBC()
|