Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 89) sorted by relevance

1234

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_flash.c481 return status; in FLASH_ErasePage()
541 return status; in FLASH_EraseAllPages()
573 return status; in FLASH_EraseAllBank1Pages()
603 return status; in FLASH_EraseAllBank2Pages()
669 return status; in FLASH_EraseOptionBytes()
846 return status; in FLASH_ProgramWord()
916 return status; in FLASH_ProgramHalfWord()
953 return status; in FLASH_ProgramOptionByteData()
1149 return status; in FLASH_UserOptionByteConfig()
1204 return status; in FLASH_BootConfig()
[all …]
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_flash_ex.c242 return status; in HAL_FLASHEx_Erase()
297 return status; in HAL_FLASHEx_Erase_IT()
363 return status; in HAL_FLASHEx_OBErase()
406 return status; in HAL_FLASHEx_OBProgram()
418 return status; in HAL_FLASHEx_OBProgram()
449 return status; in HAL_FLASHEx_OBProgram()
639 return status; in FLASH_OB_EnableWRP()
754 return status; in FLASH_OB_DisableWRP()
807 return status; in FLASH_OB_RDP_LevelConfig()
858 return status; in FLASH_OB_UserConfig()
[all …]
A Dstm32f0xx_ll_utils.c297 status = ERROR; in LL_PLL_ConfigSystemClock_HSI()
300 return status; in LL_PLL_ConfigSystemClock_HSI()
353 status = ERROR; in LL_PLL_ConfigSystemClock_HSI48()
356 return status; in LL_PLL_ConfigSystemClock_HSI48()
437 status = ERROR; in LL_PLL_ConfigSystemClock_HSE()
440 return status; in LL_PLL_ConfigSystemClock_HSE()
472 status = ERROR; in UTILS_SetFlashLatency()
492 return status; in UTILS_SetFlashLatency()
537 status = ERROR; in UTILS_PLL_IsBusy()
540 return status; in UTILS_PLL_IsBusy()
[all …]
A Dstm32f0xx_hal_comp.c242 status = HAL_ERROR; in HAL_COMP_Init()
310 return status; in HAL_COMP_Init()
328 status = HAL_ERROR; in HAL_COMP_DeInit()
353 return status; in HAL_COMP_DeInit()
419 status = HAL_ERROR; in HAL_COMP_Start()
451 return status; in HAL_COMP_Start()
491 return status; in HAL_COMP_Stop()
508 if(status == HAL_OK) in HAL_COMP_Start_IT()
538 return status; in HAL_COMP_Start_IT()
555 return status; in HAL_COMP_Stop_IT()
[all …]
A Dstm32f0xx_ll_rtc.c199 return status; in LL_RTC_DeInit()
240 status = SUCCESS; in LL_RTC_Init()
245 return status; in LL_RTC_Init()
341 status = SUCCESS; in LL_RTC_TIME_Init()
347 return status; in LL_RTC_TIME_Init()
429 status = SUCCESS; in LL_RTC_DATE_Init()
435 return status; in LL_RTC_DATE_Init()
631 return status; in LL_RTC_EnterInitMode()
695 status = ERROR; in LL_RTC_WaitForSynchro()
699 if (status != ERROR) in LL_RTC_WaitForSynchro()
[all …]
A Dstm32f0xx_hal_flash.c185 HAL_StatusTypeDef status = HAL_ERROR; in HAL_FLASH_Program() local
197 status = FLASH_WaitForLastOperation(FLASH_TIMEOUT_VALUE); in HAL_FLASH_Program()
199 if(status == HAL_OK) in HAL_FLASH_Program()
222 status = FLASH_WaitForLastOperation(FLASH_TIMEOUT_VALUE); in HAL_FLASH_Program()
227 if (status != HAL_OK) in HAL_FLASH_Program()
237 return status; in HAL_FLASH_Program()
257 HAL_StatusTypeDef status = HAL_OK; in HAL_FLASH_Program_IT() local
294 return status; in HAL_FLASH_Program_IT()
497 HAL_StatusTypeDef status = HAL_OK; in HAL_FLASH_Unlock() local
508 status = HAL_ERROR; in HAL_FLASH_Unlock()
[all …]
A Dstm32f0xx_ll_adc.c217 ErrorStatus status = SUCCESS; in LL_ADC_DeInit() local
248 status = ERROR; in LL_ADC_DeInit()
262 status = ERROR; in LL_ADC_DeInit()
350 status = ERROR; in LL_ADC_DeInit()
353 return status; in LL_ADC_DeInit()
389 ErrorStatus status = SUCCESS; in LL_ADC_Init() local
423 status = ERROR; in LL_ADC_Init()
425 return status; in LL_ADC_Init()
479 ErrorStatus status = SUCCESS; in LL_ADC_REG_Init() local
523 status = ERROR; in LL_ADC_REG_Init()
[all …]
A Dstm32f0xx_hal_dma.c330 status = HAL_BUSY; in HAL_DMA_Start()
333 return status; in HAL_DMA_Start()
389 status = HAL_BUSY; in HAL_DMA_Start_IT()
392 return status; in HAL_DMA_Start_IT()
436 status = HAL_ERROR; in HAL_DMA_Abort_IT()
462 return status; in HAL_DMA_Abort_IT()
694 status = HAL_ERROR; in HAL_DMA_RegisterCallback()
700 status = HAL_ERROR; in HAL_DMA_RegisterCallback()
706 return status; in HAL_DMA_RegisterCallback()
758 status = HAL_ERROR; in HAL_DMA_UnRegisterCallback()
[all …]
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_flash.c496 if(status == FLASH_COMPLETE) in FLASH_EraseSector()
513 return status; in FLASH_EraseSector()
592 return status; in FLASH_EraseAllSectors()
658 return status; in FLASH_EraseAllBank1Sectors()
725 return status; in FLASH_EraseAllBank2Sectors()
767 return status; in FLASH_ProgramDoubleWord()
810 return status; in FLASH_ProgramWord()
852 return status; in FLASH_ProgramHalfWord()
895 return status; in FLASH_ProgramByte()
1322 return status; in FLASH_OB_Launch()
[all …]
A Dstm32f4xx_rtc.c381 status = ERROR; in RTC_DeInit()
436 return status; in RTC_DeInit()
466 status = ERROR; in RTC_Init()
487 return status; in RTC_Init()
692 return status; in RTC_RefClockCmd()
851 return status; in RTC_SetTime()
1019 return status; in RTC_SetDate()
1349 return status; in RTC_AlarmCmd()
1590 return status; in RTC_WakeUpCmd()
1774 return status; in RTC_CoarseCalibConfig()
[all …]
A Dstm32f4xx_cryp_des.c99 ErrorStatus status = SUCCESS; in CRYP_DES_ECB() local
138 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()
177 return status; in CRYP_DES_ECB()
203 ErrorStatus status = SUCCESS; in CRYP_DES_CBC() local
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()
286 return status; in CRYP_DES_CBC()
A Dstm32f4xx_cryp_tdes.c100 ErrorStatus status = SUCCESS; in CRYP_TDES_ECB() local
147 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()
185 return status; in CRYP_TDES_ECB()
211 ErrorStatus status = SUCCESS; in CRYP_TDES_CBC() local
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()
303 return status; in CRYP_TDES_CBC()
A Dstm32f4xx_hash_md5.c94 ErrorStatus status = SUCCESS; in HASH_MD5() local
133 status = ERROR; in HASH_MD5()
147 return status; in HASH_MD5()
171 ErrorStatus status = SUCCESS; in HMAC_MD5() local
223 status = ERROR; in HMAC_MD5()
250 status = ERROR; in HMAC_MD5()
278 status = ERROR; in HMAC_MD5()
294 return status; in HMAC_MD5()
A Dstm32f4xx_hash_sha1.c94 ErrorStatus status = SUCCESS; in HASH_SHA1() local
132 status = ERROR; in HASH_SHA1()
148 return status; in HASH_SHA1()
172 ErrorStatus status = SUCCESS; in HMAC_SHA1() local
224 status = ERROR; in HMAC_SHA1()
252 status = ERROR; in HMAC_SHA1()
280 status = ERROR; in HMAC_SHA1()
298 return status; in HMAC_SHA1()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_flash.c373 if(status == FLASH_COMPLETE) in FLASH_EraseSector()
390 return status; in FLASH_EraseSector()
435 if(status == FLASH_COMPLETE) in FLASH_EraseAllSectors()
451 return status; in FLASH_EraseAllSectors()
489 return status; in FLASH_ProgramDoubleWord()
527 return status; in FLASH_ProgramWord()
565 return status; in FLASH_ProgramHalfWord()
604 return status; in FLASH_ProgramByte()
820 return status; in FLASH_OB_Launch()
1031 status = FLASH_GetStatus(); in FLASH_WaitForLastOperation()
[all …]
A Dstm32f2xx_rtc.c365 status = ERROR; in RTC_DeInit()
416 return status; in RTC_DeInit()
446 status = ERROR; in RTC_Init()
467 return status; in RTC_Init()
672 return status; in RTC_RefClockCmd()
792 return status; in RTC_SetTime()
932 return status; in RTC_SetDate()
1262 return status; in RTC_AlarmCmd()
1400 return status; in RTC_WakeUpCmd()
1584 return status; in RTC_CoarseCalibConfig()
[all …]
A Dstm32f2xx_cryp_des.c107 ErrorStatus status = SUCCESS; in CRYP_DES_ECB() local
142 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_ECB()
161 status = ERROR; in CRYP_DES_ECB()
177 return status; in CRYP_DES_ECB()
203 ErrorStatus status = SUCCESS; in CRYP_DES_CBC() local
245 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_DES_CBC()
263 status = ERROR; in CRYP_DES_CBC()
278 return status; in CRYP_DES_CBC()
A Dstm32f2xx_hash_md5.c101 ErrorStatus status = SUCCESS; in HASH_MD5() local
140 status = ERROR; in HASH_MD5()
154 return status; in HASH_MD5()
178 ErrorStatus status = SUCCESS; in HMAC_MD5() local
230 status = ERROR; in HMAC_MD5()
257 status = ERROR; in HMAC_MD5()
285 status = ERROR; in HMAC_MD5()
301 return status; in HMAC_MD5()
A Dstm32f2xx_hash_sha1.c101 ErrorStatus status = SUCCESS; in HASH_SHA1() local
139 status = ERROR; in HASH_SHA1()
155 return status; in HASH_SHA1()
179 ErrorStatus status = SUCCESS; in HMAC_SHA1() local
231 status = ERROR; in HMAC_SHA1()
259 status = ERROR; in HMAC_SHA1()
287 status = ERROR; in HMAC_SHA1()
305 return status; in HMAC_SHA1()
A Dstm32f2xx_cryp_tdes.c109 ErrorStatus status = SUCCESS; in CRYP_TDES_ECB() local
152 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_ECB()
170 status = ERROR; in CRYP_TDES_ECB()
186 return status; in CRYP_TDES_ECB()
212 ErrorStatus status = SUCCESS; in CRYP_TDES_CBC() local
262 for(i=0; ((i<Ilength) && (status != ERROR)); i+=8) in CRYP_TDES_CBC()
280 status = ERROR; in CRYP_TDES_CBC()
296 return status; in CRYP_TDES_CBC()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_flash_ex.c182 if (status == HAL_OK) { in HAL_FLASHEx_Erase()
222 return status; in HAL_FLASHEx_Erase()
271 return status; in HAL_FLASHEx_Erase_IT()
336 return status; in HAL_FLASHEx_OBProgram()
478 if (status == HAL_OK) { in FLASH_OB_EnableWRP()
483 return status; in FLASH_OB_EnableWRP()
511 if (status == HAL_OK) { in FLASH_OB_DisableWRP()
516 return status; in FLASH_OB_DisableWRP()
548 return status; in FLASH_OB_RDP_LevelConfig()
607 return status; in FLASH_OB_UserConfig()
[all …]
A Dstm32f7xx_hal_qspi.c307 return status; in HAL_QSPI_Init()
616 return status; in HAL_QSPI_Command()
691 return status; in HAL_QSPI_Command_IT()
763 return status; in HAL_QSPI_Transmit()
840 return status; in HAL_QSPI_Receive()
887 return status; in HAL_QSPI_Transmit_IT()
937 return status; in HAL_QSPI_Receive_IT()
1001 return status; in HAL_QSPI_Transmit_DMA()
1069 return status; in HAL_QSPI_Receive_DMA()
1171 return status; in HAL_QSPI_AutoPolling()
[all …]
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c62 if (status & I2C_STAT_MSTRARBLOSS) { in Chip_I2CM_XferHandler()
64 xfer->status = I2CM_STATUS_ARBLOST; in Chip_I2CM_XferHandler()
71 xfer->status = I2CM_STATUS_BUS_ERROR; in Chip_I2CM_XferHandler()
76 else if (status & I2C_STAT_MSTPENDING) { in Chip_I2CM_XferHandler()
95 xfer->status = I2CM_STATUS_OK; in Chip_I2CM_XferHandler()
119 xfer->status = I2CM_STATUS_OK; in Chip_I2CM_XferHandler()
128 xfer->status = I2CM_STATUS_NAK_ADR; in Chip_I2CM_XferHandler()
134 xfer->status = I2CM_STATUS_NAK_DAT; in Chip_I2CM_XferHandler()
140 xfer->status = I2CM_STATUS_ERROR; in Chip_I2CM_XferHandler()
146 xfer->status = I2CM_STATUS_ERROR; in Chip_I2CM_XferHandler()
[all …]
/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch.c67 static const char* cyw43_tcpip_link_status_name(int status) in cyw43_tcpip_link_status_name() argument
69 switch (status) { in cyw43_tcpip_link_status_name()
104 int status = CYW43_LINK_UP + 1; in cyw43_arch_wifi_connect_bssid_until() local
105 while(status >= 0 && status != CYW43_LINK_UP) { in cyw43_arch_wifi_connect_bssid_until()
113 if (new_status != status) { in cyw43_arch_wifi_connect_bssid_until()
114 status = new_status; in cyw43_arch_wifi_connect_bssid_until()
115 CYW43_ARCH_DEBUG("connect status: %s\n", cyw43_tcpip_link_status_name(status)); in cyw43_arch_wifi_connect_bssid_until()
125 assert(status == CYW43_LINK_UP || status == CYW43_LINK_BADAUTH || status == CYW43_LINK_FAIL); in cyw43_arch_wifi_connect_bssid_until()
126 if (status == CYW43_LINK_UP) { in cyw43_arch_wifi_connect_bssid_until()
128 } else if (status == CYW43_LINK_BADAUTH) { in cyw43_arch_wifi_connect_bssid_until()
/external/platform/cc13xx/cc13xxware/driverlib/
A Drf_common_cmd.h115 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
141 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
167 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
225 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
263 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
289 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
361 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
403 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
447 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
496 …uint16_t status; //!< \brief An integer telling the status of the command. Thi… member
[all …]

Completed in 45 milliseconds

1234