MTB CAT1 Peripheral driver library
cy_stc_flash_programrow_config_t Struct Reference

Description

Flash program row configuration structure.

Data Fields

const uint32_t * destAddr
 Destination address of flash.
 
const uint32_t * dataAddr
 pointer to 32byte aligned source data to be written to the flash
 
cy_en_flash_programrow_blocking_t blocking
 blocking or non blocking mode. More...
 
cy_en_flash_programrow_skipblankcheck_t skipBC
 blank check operation cy_en_flash_programrow_skipblankcheck_t
 
cy_en_flash_programrow_datasize_t dataSize
 size of the data to be written. More...
 
cy_en_flash_programrow_location_t dataLoc
 data location for the operation cy_en_flash_programrow_location_t
 
cy_en_flash_programrow_intrmask_t intrMask
 interrupt mask to be set. More...
 

Field Documentation

◆ blocking

cy_en_flash_programrow_blocking_t cy_stc_flash_programrow_config_t::blocking

blocking or non blocking mode.

cy_en_flash_programrow_blocking_t

◆ dataSize

cy_en_flash_programrow_datasize_t cy_stc_flash_programrow_config_t::dataSize

size of the data to be written.

cy_en_flash_programrow_datasize_t

◆ intrMask

cy_en_flash_programrow_intrmask_t cy_stc_flash_programrow_config_t::intrMask

interrupt mask to be set.

cy_en_flash_programrow_intrmask_t