Home
last modified time | relevance | path

Searched refs:PCCARD_STATUS_OK (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pccard.c126 #define PCCARD_STATUS_OK (uint8_t)0x58 macro
337 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID()
415 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_Sector()
478 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Write_Sector()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pccard.c127 #define PCCARD_STATUS_OK (uint8_t)0x58 macro
338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID()
416 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_Sector()
479 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Write_Sector()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pccard.c127 #define PCCARD_STATUS_OK (uint8_t)0x58 macro
338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID()
416 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_Sector()
479 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Write_Sector()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pccard.c127 #define PCCARD_STATUS_OK (uint8_t)0x58 macro
338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID()
416 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_Sector()
479 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Write_Sector()