class Status1AReg
Defined at line 829 of file ../../src/devices/power/drivers/fusb302/registers.h
STATUS1A
This is a read-only register.
Rev 5 datasheet: Table 34 on page 25
Public Members
field_togss_834
field_rxsop2db_840
field_rxsop1db_846
field_rxsop_849
Public Methods
template <, >
SelfType & set_togss (PowerRoleDetectionState val)
The state of the power role detection hardware.
Defined at line 834 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
PowerRoleDetectionState togss ()
The state of the power role detection hardware.
Defined at line 834 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
typename SelfType::ValueType rxsop2db ()
If true, the last message in the Rx (receive) FIFO starts with SOP" Debug.
This bit can't become true if `ensop2db` in
`Control1Reg` is false.
Defined at line 840 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
SelfType & set_rxsop2db (typename SelfType::ValueType val)
If true, the last message in the Rx (receive) FIFO starts with SOP" Debug.
This bit can't become true if `ensop2db` in
`Control1Reg` is false.
Defined at line 840 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
typename SelfType::ValueType rxsop1db ()
If true, the last message in the Rx (receive) FIFO starts with SOP' Debug.
This bit can't become true if `ensop1db` in
`Control1Reg` is false.
Defined at line 846 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
SelfType & set_rxsop1db (typename SelfType::ValueType val)
If true, the last message in the Rx (receive) FIFO starts with SOP' Debug.
This bit can't become true if `ensop1db` in
`Control1Reg` is false.
Defined at line 846 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
typename SelfType::ValueType rxsop ()
If true, the last message in the Rx (receive) FIFO starts with SOP.
Defined at line 849 of file ../../src/devices/power/drivers/fusb302/registers.h
template <, >
SelfType & set_rxsop (typename SelfType::ValueType val)
If true, the last message in the Rx (receive) FIFO starts with SOP.
Defined at line 849 of file ../../src/devices/power/drivers/fusb302/registers.h
hwreg::I2cRegisterAddr<Status1AReg> Get ()
Defined at line 851 of file ../../src/devices/power/drivers/fusb302/registers.h