Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pccard.h220 #define PCCARD_BUSY ((uint8_t)0x80) macro
260 #define CF_BUSY PCCARD_BUSY
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pccard.h219 #define PCCARD_BUSY ((uint8_t)0x80) macro
259 #define CF_BUSY PCCARD_BUSY
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pccard.h219 #define PCCARD_BUSY ((uint8_t)0x80) macro
259 #define CF_BUSY PCCARD_BUSY
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pccard.h223 #define PCCARD_BUSY ((uint8_t)0x80) macro
263 #define CF_BUSY PCCARD_BUSY
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pccard.c892 while ((status_pccard == PCCARD_BUSY) && timeout) in HAL_PCCARD_GetStatus()
919 uint8_t status_pccard = PCCARD_BUSY; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pccard.c879 while ((status_pccard == PCCARD_BUSY) && timeout) in HAL_PCCARD_GetStatus()
905 uint8_t data = 0U, status_pccard = PCCARD_BUSY; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pccard.c879 while ((status_pccard == PCCARD_BUSY) && timeout) in HAL_PCCARD_GetStatus()
905 uint8_t data = 0U, status_pccard = PCCARD_BUSY; in HAL_PCCARD_ReadStatus()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pccard.c884 while ((status_pccard == PCCARD_BUSY) && timeout) in HAL_PCCARD_GetStatus()
911 uint8_t status_pccard = PCCARD_BUSY; in HAL_PCCARD_ReadStatus()