Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pccard.h224 #define PCCARD_SECTOR_SIZE 255U /* In half words */ macro
264 #define CF_SECTOR_SIZE PCCARD_SECTOR_SIZE
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pccard.h223 #define PCCARD_SECTOR_SIZE 255U /* In half words */ macro
263 #define CF_SECTOR_SIZE PCCARD_SECTOR_SIZE
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pccard.h223 #define PCCARD_SECTOR_SIZE 255U /* In half words */ macro
263 #define CF_SECTOR_SIZE PCCARD_SECTOR_SIZE
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pccard.h227 #define PCCARD_SECTOR_SIZE 255U /* In half words */ macro
267 #define CF_SECTOR_SIZE PCCARD_SECTOR_SIZE
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pccard.c432 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Read_Sector()
499 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Write_Sector()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pccard.c424 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Read_Sector()
487 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Write_Sector()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pccard.c424 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Read_Sector()
487 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Write_Sector()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pccard.c427 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Read_Sector()
491 for (; index < PCCARD_SECTOR_SIZE; index++) in HAL_PCCARD_Write_Sector()