Skip to content

Possible typo in rp2350/hardware/regs/powman.h #2842

@Greg-Hawkridge

Description

@Greg-Hawkridge

// Field : POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM
// Description : Last reset was a watchdog timeout which was configured to reset
// the power-on state machine
// This resets:
// double_tap flag no
// DP no
// RPAP no
// rescue_flag no
// timer no
// powman no
// swcore no
// psm yes
// and does not change the power state
#define POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM_RESET _u(0x0)
#define POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM_BITS _u(0x10000000)
#define POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM_MSB _u(28)
#define POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM_LSB _u(28)
#define POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM_ACCESS "RO"

POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_RSM should possibly be POWMAN_CHIP_RESET_HAD_WATCHDOG_RESET_PSM to match rp2350 datasheet.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions