SmartSnippets DA1459x SDK
qspi_automode_internal_v2.h
Go to the documentation of this file.
1 
34 #ifndef QSPI_AUTOMODE_INTERNAL_V2_H_
35 #define QSPI_AUTOMODE_INTERNAL_V2_H_
36 
37 #if dg_configQSPI_AUTOMODE_ENABLE
38 
39 #include "qspi_common.h"
40 
46 __RETAINED_CODE void qspi_automode_int_enter_auto_access_mode(HW_QSPIC_ID id);
47 
65 __RETAINED_CODE uint32_t qspi_automode_int_flash_write_page(HW_QSPIC_ID id, uint32_t addr, const uint8_t *buf, uint32_t size);
66 
67 #endif /* dg_configQSPI_AUTOMODE_ENABLE */
68 
69 #endif /* QSPI_AUTOMODE_INTERNAL_V2_H_ */
HW_QSPIC_ID
void * HW_QSPIC_ID
QSPI Controller ID.
Definition: hw_qspi_v2.h:439
qspi_common.h
QSPI flash driver common definitions.