Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 46) sorted by relevance

12

/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rtc.c365 status = ERROR; in RTC_DeInit()
384 status = ERROR; in RTC_DeInit()
446 status = ERROR; in RTC_Init()
550 status = ERROR; in RTC_EnterInitMode()
618 status = ERROR; in RTC_WaitForSynchro()
649 status = ERROR; in RTC_RefClockCmd()
769 status = ERROR; in RTC_SetTime()
781 status = ERROR; in RTC_SetTime()
910 status = ERROR; in RTC_SetDate()
1569 status = ERROR; in RTC_CoarseCalibConfig()
[all …]
A Dstm32f2xx_cryp_des.c142 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_ECB()
161 status = ERROR; in CRYP_DES_ECB()
245 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_CBC()
263 status = ERROR; in CRYP_DES_CBC()
A Dstm32f2xx_hash_md5.c140 status = ERROR; in HASH_MD5()
230 status = ERROR; in HMAC_MD5()
257 status = ERROR; in HMAC_MD5()
285 status = ERROR; in HMAC_MD5()
A Dstm32f2xx_hash_sha1.c139 status = ERROR; in HASH_SHA1()
231 status = ERROR; in HMAC_SHA1()
259 status = ERROR; in HMAC_SHA1()
287 status = ERROR; in HMAC_SHA1()
A Dstm32f2xx_cryp_tdes.c152 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_ECB()
170 status = ERROR; in CRYP_TDES_ECB()
262 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_CBC()
280 status = ERROR; in CRYP_TDES_CBC()
A Dstm32f2xx_cryp_aes.c195 status = ERROR; in CRYP_AES_ECB()
223 for(i=0; ((i<Ilength) && (status != ERROR)); i+=16) in CRYP_AES_ECB()
246 status = ERROR; in CRYP_AES_ECB()
390 status = ERROR; in CRYP_AES_CBC()
420 for(i=0; ((i<Ilength) && (status != ERROR)); i+=16) in CRYP_AES_CBC()
442 status = ERROR; in CRYP_AES_CBC()
584 for(i=0; ((i<Ilength) && (status != ERROR)); i+=16) in CRYP_AES_CTR()
606 status = ERROR; in CRYP_AES_CTR()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rtc.c381 status = ERROR; in RTC_DeInit()
400 status = ERROR; in RTC_DeInit()
466 status = ERROR; in RTC_Init()
570 status = ERROR; in RTC_EnterInitMode()
638 status = ERROR; in RTC_WaitForSynchro()
669 status = ERROR; in RTC_RefClockCmd()
821 status = ERROR; in RTC_SetTime()
989 status = ERROR; in RTC_SetDate()
1759 status = ERROR; in RTC_CoarseCalibConfig()
1935 status = ERROR; in RTC_SmoothCalibConfig()
[all …]
A Dstm32f4xx_cryp_aes.c190 status = ERROR; in CRYP_AES_ECB()
222 return(ERROR); in CRYP_AES_ECB()
248 status = ERROR; in CRYP_AES_ECB()
392 status = ERROR; in CRYP_AES_CBC()
425 return(ERROR); in CRYP_AES_CBC()
450 status = ERROR; in CRYP_AES_CBC()
596 return(ERROR); in CRYP_AES_CTR()
898 return(ERROR); in CRYP_AES_GCM()
1075 return(ERROR); in CRYP_AES_GCM()
1455 return(ERROR); in CRYP_AES_CCM()
[all …]
A Dstm32f4xx_cryp_des.c138 status = ERROR; in CRYP_DES_ECB()
142 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_ECB()
161 status = ERROR; in CRYP_DES_ECB()
249 status = ERROR; in CRYP_DES_CBC()
253 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_CBC()
271 status = ERROR; in CRYP_DES_CBC()
A Dstm32f4xx_cryp_tdes.c147 status = ERROR; in CRYP_TDES_ECB()
151 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_ECB()
169 status = ERROR; in CRYP_TDES_ECB()
265 status = ERROR; in CRYP_TDES_CBC()
269 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_CBC()
287 status = ERROR; in CRYP_TDES_CBC()
A Dstm32f4xx_hash_md5.c133 status = ERROR; in HASH_MD5()
223 status = ERROR; in HMAC_MD5()
250 status = ERROR; in HMAC_MD5()
278 status = ERROR; in HMAC_MD5()
A Dstm32f4xx_hash_sha1.c132 status = ERROR; in HASH_SHA1()
224 status = ERROR; in HMAC_SHA1()
252 status = ERROR; in HMAC_SHA1()
280 status = ERROR; in HMAC_SHA1()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_cec.h125 #define IS_CEC_BIT_RISING_ERROR(ERROR) (((ERROR) == CEC_BitRisingError_Off) || \ argument
126 ((ERROR) == CEC_BitRisingError_On))
137 #define IS_CEC_LONG_BIT_PERIOD_ERROR(ERROR) (((ERROR) == CEC_LongBitPeriodError_Off) || \ argument
138 ((ERROR) == CEC_LongBitPeriodError_On))
150 #define IS_CEC_BDR_NO_GEN_ERROR(ERROR) (((ERROR) == CEC_BRDNoGen_Off) || \ argument
151 ((ERROR) == CEC_BRDNoGen_On))
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_rtc.c157 ErrorStatus status = ERROR; in LL_RTC_DeInit()
166 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_DeInit()
216 ErrorStatus status = ERROR; in LL_RTC_Init()
228 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_Init()
275 ErrorStatus status = ERROR; in LL_RTC_TIME_Init()
316 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_TIME_Init()
378 ErrorStatus status = ERROR; in LL_RTC_DATE_Init()
627 status = ERROR; in LL_RTC_EnterInitMode()
695 status = ERROR; in LL_RTC_WaitForSynchro()
699 if (status != ERROR) in LL_RTC_WaitForSynchro()
[all …]
A Dstm32f0xx_ll_utils.c297 status = ERROR; in LL_PLL_ConfigSystemClock_HSI()
353 status = ERROR; in LL_PLL_ConfigSystemClock_HSI48()
437 status = ERROR; in LL_PLL_ConfigSystemClock_HSE()
472 status = ERROR; in UTILS_SetFlashLatency()
489 status = ERROR; in UTILS_SetFlashLatency()
537 status = ERROR; in UTILS_PLL_IsBusy()
A Dstm32f0xx_ll_adc.c248 status = ERROR; in LL_ADC_DeInit()
262 status = ERROR; in LL_ADC_DeInit()
350 status = ERROR; in LL_ADC_DeInit()
423 status = ERROR; in LL_ADC_Init()
523 status = ERROR; in LL_ADC_REG_Init()
A Dstm32f0xx_ll_exti.c165 status = ERROR; in LL_EXTI_Init()
189 status = ERROR; in LL_EXTI_Init()
A Dstm32f0xx_ll_usart.c241 status = ERROR; in LL_USART_DeInit()
262 ErrorStatus status = ERROR; in LL_USART_Init()
487 status = ERROR; in LL_USART_ClockInit()
A Dstm32f0xx_ll_comp.c199 status = ERROR; in LL_COMP_DeInit()
288 status = ERROR; in LL_COMP_Init()
A Dstm32f0xx_ll_spi.c152 ErrorStatus status = ERROR; in LL_SPI_DeInit()
195 ErrorStatus status = ERROR; in LL_SPI_Init()
390 ErrorStatus status = ERROR; in LL_I2S_Init()
A Dstm32f0xx_ll_crc.c110 status = ERROR; in LL_CRC_DeInit()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h145 ERROR = 0, enumerator
146 SUCCESS = !ERROR
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dlpc_types.h74 typedef enum {ERROR = 0, SUCCESS = !ERROR} Status; enumerator
/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f0xx.h198 ERROR = 0, enumerator
199 SUCCESS = !ERROR
/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src/
A Dperiph_spi_interrupt.c136 if (Chip_SPI_Int_RWFrames(LPC_SPI0, &XferSetup) == ERROR) { in WriteSpiMssg()
165 if (Chip_SPI_Int_RWFrames(LPC_SPI0, &XferSetup) == ERROR) { in SPI0_IRQHandler()

Completed in 52 milliseconds

12