Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pccard.c346 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_ID()
414 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
428 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
495 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
513 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
573 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Erase_Sector()
900 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_GetStatus()
930 if ((data & PCCARD_TIMEOUT_ERROR) == PCCARD_TIMEOUT_ERROR) in HAL_PCCARD_ReadStatus()
932 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pccard.c342 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_ID()
406 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
420 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
483 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
501 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
561 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Erase_Sector()
887 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_GetStatus()
916 if ((data & PCCARD_TIMEOUT_ERROR) == PCCARD_TIMEOUT_ERROR) in HAL_PCCARD_ReadStatus()
918 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pccard.c342 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_ID()
406 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
420 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
483 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
501 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
561 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Erase_Sector()
887 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_GetStatus()
916 if ((data & PCCARD_TIMEOUT_ERROR) == PCCARD_TIMEOUT_ERROR) in HAL_PCCARD_ReadStatus()
918 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pccard.c344 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_ID()
409 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
423 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Read_Sector()
487 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
505 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Write_Sector()
565 *pStatus = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_Erase_Sector()
892 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_GetStatus()
922 if ((data & PCCARD_TIMEOUT_ERROR) == PCCARD_TIMEOUT_ERROR) in HAL_PCCARD_ReadStatus()
924 status_pccard = PCCARD_TIMEOUT_ERROR; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pccard.h219 #define PCCARD_TIMEOUT_ERROR ((uint8_t)0x60) macro
259 #define CF_TIMEOUT_ERROR PCCARD_TIMEOUT_ERROR
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pccard.h218 #define PCCARD_TIMEOUT_ERROR ((uint8_t)0x60) macro
258 #define CF_TIMEOUT_ERROR PCCARD_TIMEOUT_ERROR
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pccard.h218 #define PCCARD_TIMEOUT_ERROR ((uint8_t)0x60) macro
258 #define CF_TIMEOUT_ERROR PCCARD_TIMEOUT_ERROR
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pccard.h222 #define PCCARD_TIMEOUT_ERROR ((uint8_t)0x60) macro
262 #define CF_TIMEOUT_ERROR PCCARD_TIMEOUT_ERROR