scratch is only used within filex.
 
Symbols
loading...
Files
loading...

scratch variable

Syntax

static UCHAR scratch[FX_STM32_SD_DEFAULT_SECTOR_SIZE];

References

LocationReferrerText
fx_stm32_sd_driver.c:25
static UCHAR scratch[FX_STM32_SD_DEFAULT_SECTOR_SIZE] __attribute__ ((aligned (4)));
fx_stm32_sd_driver.c:274sd_read_data()
status = fx_stm32_sd_read_blocks(FX_STM32_SD_INSTANCE, (UINT *)scratch, (UINT)start_sector++, 1);
fx_stm32_sd_driver.c:290sd_read_data()
_fx_utility_memory_copy(scratch, read_addr, FX_STM32_SD_DEFAULT_SECTOR_SIZE);
fx_stm32_sd_driver.c:357sd_write_data()
_fx_utility_memory_copy(write_addr, scratch, FX_STM32_SD_DEFAULT_SECTOR_SIZE);
fx_stm32_sd_driver.c:365sd_write_data()
status = fx_stm32_sd_write_blocks(FX_STM32_SD_INSTANCE, (UINT *)scratch, (UINT)start_sector++, 1);

Data Use

Functions reading scratch
scratch
all items filtered out
Type of scratch
scratch
all items filtered out