|
MotorWare f2806x Driver API Documentation
|
Contains the various functions related to the flash object. More...
#include "sw/drivers/flash/src/32b/f28x/f2806x/flash.h"Go to the source code of this file.
Functions | |
| void | FLASH_clear3VStatus (FLASH_Handle flashHandle) |
| Clears the 3V status. More... | |
| void | FLASH_disablePipelineMode (FLASH_Handle flashHandle) |
| Disables the pipeline mode. More... | |
| void | FLASH_enablePipelineMode (FLASH_Handle flashHandle) |
| Enables the pipeline mode. More... | |
| FLASH_3VStatus_e | FLASH_get3VStatus (FLASH_Handle flashHandle) |
| Gets the 3V status. More... | |
| uint16_t | FLASH_getActiveWaitCount (FLASH_Handle flashHandle) |
| Gets the active wait count. More... | |
| FLASH_CounterStatus_e | FLASH_getActiveWaitStatus (FLASH_Handle flashHandle) |
| Gets the active wait counter status. More... | |
| FLASH_PowerMode_e | FLASH_getPowerMode (FLASH_Handle flashHandle) |
| Gets the power mode. More... | |
| uint16_t | FLASH_getStandbyWaitCount (FLASH_Handle flashHandle) |
| Gets the standby wait count. More... | |
| FLASH_CounterStatus_e | FLASH_getStandbyWaitStatus (FLASH_Handle flashHandle) |
| Gets the standby wait counter status. More... | |
| FLASH_Handle | FLASH_init (void *pMemory, const size_t numBytes) |
| Initializes the flash (FLASH) handle. More... | |
| void | FLASH_setActiveWaitCount (FLASH_Handle flashHandle, const uint16_t count) |
| Sets the active wait count. More... | |
| void | FLASH_setNumPagedReadWaitStates (FLASH_Handle flashHandle, const FLASH_NumPagedWaitStates_e numStates) |
| Sets the number of paged read wait states. More... | |
| void | FLASH_setNumRandomReadWaitStates (FLASH_Handle flashHandle, const FLASH_NumRandomWaitStates_e numStates) |
| Sets the number of random read wait states. More... | |
| void | FLASH_setOtpWaitStates (FLASH_Handle flashHandle, const FLASH_NumOtpWaitStates_e numStates) |
| Sets the number of one-time programmable (OTP) wait states. More... | |
| void | FLASH_setPowerMode (FLASH_Handle flashHandle, const FLASH_PowerMode_e mode) |
| Sets the power mode. More... | |
| void | FLASH_setStandbyWaitCount (FLASH_Handle flashHandle, const uint16_t count) |
| Sets the standby wait count. More... | |
Contains the various functions related to the flash object.
(C) Copyright 2015, Texas Instruments, Inc.
Definition in file flash.c.
1.8.9.1