[][src]Type Definition lpc54606_pac::etm::scr::R

type R = R<u32, SCR>;

Reader of register SCR

Methods

impl R[src]

pub fn maximum_port_size(&self) -> MAXIMUMPORTSIZE_R[src]

Bits 0:2 - Maximum ETM port size bits [2:0]. These bits are used in conjunction with bit [9]. The value of these bits is b001.

pub fn fifofullsupported(&self) -> FIFOFULLSUPPORTED_R[src]

Bit 8 - FIFOFULL supported. The value of this bit is 1, indicating that FIFOFULL is supported. This bit is used in conjunction with bit [23] of the ETMCCR.

pub fn maximum_port_size3(&self) -> MAXIMUMPORTSIZE3_R[src]

Bit 9 - Maximum ETM port size bit [3]. This bit is used in conjunction with bits [2:0]. Its value is 0. This has no effect on the TPIU trace port.

pub fn port_size_supported(&self) -> PORTSIZESUPPORTED_R[src]

Bit 10 - Port size supported. This bit reads as 1 if the currently selected port size is supported. This has no effect on the TPIU trace port.

pub fn port_mode_supported(&self) -> PORTMODESUPPORTED_R[src]

Bit 11 - Port mode supported. This bit reads as 1 if the currently selected port mode is supported. This has no effect on the TPIU trace port.

pub fn n(&self) -> N_R[src]

Bits 12:14 - These bits give the number of supported processors minus 1. The value of these bits is b000, indicating that there is only one processor connected.

pub fn no_fetch_comparisons(&self) -> NOFETCHCOMPARISONS_R[src]

Bit 17 - No Fetch comparisons. The value of this bit is 1, indicating that fetch comparisons are not implemented.