OpenOCD
rsl10_flash_status
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rsl10_flash_status
rsl10_flash_status enum
Syntax
Show:
Summary
Declaration
from
rsl10.c:86
enum
rsl10_flash_status
{
RSL10_FLASH_ERR_NONE
=
0x0
,
RSL10_FLASH_ERR_GENERAL_FAILURE
=
0x1
,
RSL10_FLASH_ERR_WRITE_NOT_ENABLED
=
0x2
,
RSL10_FLASH_ERR_BAD_ADDRESS
=
0x3
,
RSL10_FLASH_ERR_ERASE_FAILED
=
0x4
,
RSL10_FLASH_ERR_BAD_LENGTH
=
0x5
,
RSL10_FLASH_ERR_INACCESSIBLE
=
0x6
,
RSL10_FLASH_ERR_COPIER_BUSY
=
0x7
,
RSL10_FLASH_ERR_PROG_FAILED
=
0x8
,
RSL10_FLASH_MAX_ERR_CODES
}
;
Values
Value
Declared as
rsl10_flash_status::RSL10_FLASH_ERR_NONE
=
0x0
rsl10_flash_status::RSL10_FLASH_ERR_GENERAL_FAILURE
=
0x1
rsl10_flash_status::RSL10_FLASH_ERR_WRITE_NOT_ENABLED
=
0x2
rsl10_flash_status::RSL10_FLASH_ERR_BAD_ADDRESS
=
0x3
rsl10_flash_status::RSL10_FLASH_ERR_ERASE_FAILED
=
0x4
rsl10_flash_status::RSL10_FLASH_ERR_BAD_LENGTH
=
0x5
rsl10_flash_status::RSL10_FLASH_ERR_INACCESSIBLE
=
0x6
rsl10_flash_status::RSL10_FLASH_ERR_COPIER_BUSY
=
0x7
rsl10_flash_status::RSL10_FLASH_ERR_PROG_FAILED
=
0x8
rsl10_flash_status::RSL10_FLASH_MAX_ERR_CODES
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
rsl10_flash_status
{
rsl10.c:86
static
const
char
*
rsl10_error
(
enum
rsl10_flash_status
x
)
rsl10.c:110
rsl10_error()
rsl10_error()::x
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
rsl10_error()::x
rsl10_error()
rsl10.c:110
Lifecycle
from
examples
All items filtered out
All items filtered out