class CRCR

Defined at line 190 of file ../../src/devices/usb/drivers/xhci/registers.h

Command Ring Control Register

section 5.4.5

Public Members

 field_PTR_192
 field_CRR_194
 field_CA_197
 field_CS_200
 field_RCS_202

Public Methods

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

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 192 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Defined at line 192 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command ring running

Defined at line 194 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command ring running

Defined at line 194 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command abort -- Aborts the running command and generates a

stopped event when complete.

Defined at line 197 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command abort -- Aborts the running command and generates a

stopped event when complete.

Defined at line 197 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command stop -- asynchronously aborts the running command

and generates a stopped event when complete.

Defined at line 200 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Command stop -- asynchronously aborts the running command

and generates a stopped event when complete.

Defined at line 200 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Consumer cycle state (see 4.9.3)

Defined at line 202 of file ../../src/devices/usb/drivers/xhci/registers.h

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

Consumer cycle state (see 4.9.3)

Defined at line 202 of file ../../src/devices/usb/drivers/xhci/registers.h

hwreg::RegisterAddr<CRCR> Get (uint8_t cap_length)

Defined at line 203 of file ../../src/devices/usb/drivers/xhci/registers.h

Records