PicoSDK
+
0
/1 examples
SourceVu will show references to
otp_hw_t
from the following samples and libraries:
hello_otp sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
otp_hw_t
otp_hw_t struct
Syntax
Show:
Summary
Declaration
from
otp.h:26
typedef
struct
{
_REG_
(
OTP_SW_LOCK0_OFFSET
)
io_rw_32
sw_lock
[
64
]
;
_REG_
(
OTP_SBPI_INSTR_OFFSET
)
io_rw_32
sbpi_instr
;
_REG_
(
OTP_SBPI_WDATA_0_OFFSET
)
io_rw_32
sbpi_wdata
[
4
]
;
_REG_
(
OTP_SBPI_RDATA_0_OFFSET
)
io_ro_32
sbpi_rdata
[
4
]
;
_REG_
(
OTP_SBPI_STATUS_OFFSET
)
io_rw_32
sbpi_status
;
_REG_
(
OTP_USR_OFFSET
)
io_rw_32
usr
;
_REG_
(
OTP_DBG_OFFSET
)
io_rw_32
dbg
;
uint32_t
_pad0
;
_REG_
(
OTP_BIST_OFFSET
)
io_rw_32
bist
;
_REG_
(
OTP_CRT_KEY_W0_OFFSET
)
io_wo_32
crt_key_w
[
4
]
;
_REG_
(
OTP_CRITICAL_OFFSET
)
io_ro_32
critical
;
_REG_
(
OTP_KEY_VALID_OFFSET
)
io_ro_32
key_valid
;
_REG_
(
OTP_DEBUGEN_OFFSET
)
io_rw_32
debugen
;
_REG_
(
OTP_DEBUGEN_LOCK_OFFSET
)
io_rw_32
debugen_lock
;
_REG_
(
OTP_ARCHSEL_OFFSET
)
io_rw_32
archsel
;
_REG_
(
OTP_ARCHSEL_STATUS_OFFSET
)
io_ro_32
archsel_status
;
_REG_
(
OTP_BOOTDIS_OFFSET
)
io_rw_32
bootdis
;
_REG_
(
OTP_INTR_OFFSET
)
io_rw_32
intr
;
_REG_
(
OTP_INTE_OFFSET
)
io_rw_32
inte
;
_REG_
(
OTP_INTF_OFFSET
)
io_rw_32
intf
;
_REG_
(
OTP_INTS_OFFSET
)
io_ro_32
ints
;
}
otp_hw_t
;
Fields
Field
Declared as
otp_hw_t::sw_lock
io_rw_32
[
64
]
otp_hw_t::sbpi_instr
io_rw_32
otp_hw_t::sbpi_wdata
io_rw_32
[
4
]
otp_hw_t::sbpi_rdata
io_ro_32
[
4
]
otp_hw_t::sbpi_status
io_rw_32
otp_hw_t::usr
io_rw_32
otp_hw_t::dbg
io_rw_32
otp_hw_t::_pad0
uint32_t
otp_hw_t::bist
io_rw_32
otp_hw_t::crt_key_w
io_wo_32
[
4
]
otp_hw_t::critical
io_ro_32
otp_hw_t::key_valid
io_ro_32
otp_hw_t::debugen
io_rw_32
otp_hw_t::debugen_lock
io_rw_32
otp_hw_t::archsel
io_rw_32
otp_hw_t::archsel_status
io_ro_32
otp_hw_t::bootdis
io_rw_32
otp_hw_t::intr
io_rw_32
otp_hw_t::inte
io_rw_32
otp_hw_t::intf
io_rw_32
otp_hw_t::ints
io_ro_32
Examples
otp_hw_t
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out