Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dflash.h91 #define FlashProgram NOROM_FlashProgram macro
719 extern uint32_t FlashProgram(uint8_t *pui8DataBuffer,
792 #undef FlashProgram
793 #define FlashProgram ROM_FlashProgram macro
Dflash.c62 #undef FlashProgram
63 #define FlashProgram NOROM_FlashProgram macro
371 ui32ErrorReturn = FlashProgram((uint8_t*)&ui32ProgBuf, ui32CcfgSectorAddr, in FlashProtectionSave()
414 FlashProgram(uint8_t *pui8DataBuffer, uint32_t ui32Address, uint32_t ui32Count) in FlashProgram() function
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dflash.h93 #define FlashProgram NOROM_FlashProgram macro
720 extern uint32_t FlashProgram(uint8_t *pui8DataBuffer,
793 #undef FlashProgram
794 #define FlashProgram ROM_FlashProgram macro
Dflash.c64 #undef FlashProgram
65 #define FlashProgram NOROM_FlashProgram macro
316 ui32ErrorReturn = FlashProgram((uint8_t*)&ui32ProgBuf, ui32CcfgSectorAddr, in FlashProtectionSave()
359 FlashProgram(uint8_t *pui8DataBuffer, uint32_t ui32Address, uint32_t ui32Count) in FlashProgram() function
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dflash.h94 extern long FlashProgram(unsigned long *pulData, unsigned long ulAddress,
Dflash.c376 FlashProgram(unsigned long *pulData, unsigned long ulAddress, in FlashProgram() function
Drom_map.h1588 FlashProgram
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dflash.h274 __STATIC_INLINE uint32_t FlashProgram(uint8_t *dataBuffer, uint32_t address, uint32_t count) in FlashProgram() function