class InterruptBReg

Defined at line 915 of file ../../src/devices/power/drivers/fusb302/registers.h

INTERRUPTB - Interrupt requests for some events

This is a read-only register. The interrupt request bits are cleared when the

register is read.

The `MaskBReg` register has corresponding bits for individually masking the

interrupt requests here.

Rev 5 datasheet: Table 36 on page 26

Public Members

 field_i_gcrcsent_921

Public Methods

template <, >
typename SelfType::ValueType i_gcrcsent ()

The BMC PHY transmitted a GoodCRC message generated by the Protocol Layer.

This interrupt should not occur if `auto_crc` in

`Switches1Reg` is false.

Defined at line 921 of file ../../src/devices/power/drivers/fusb302/registers.h

template <, >
SelfType & set_i_gcrcsent (typename SelfType::ValueType val)

The BMC PHY transmitted a GoodCRC message generated by the Protocol Layer.

This interrupt should not occur if `auto_crc` in

`Switches1Reg` is false.

Defined at line 921 of file ../../src/devices/power/drivers/fusb302/registers.h

hwreg::I2cRegisterAddr<InterruptBReg> Get ()

Defined at line 923 of file ../../src/devices/power/drivers/fusb302/registers.h

Records