pub struct ULBT_W<'a> { /* private fields */ }
Expand description

Field ULBT writer - Undefined Length Burst Type

Implementations

Writes variant to the field

No predicted end of burst is generated and therefore INCR bursts coming from this master cannot be broken.

The undefined length burst is treated as a succession of single access allowing rearbitration at each beat of the INCR burst.

The undefined length burst is split into a 4-beat bursts allowing rearbitration at each 4-beat burst end.

The undefined length burst is split into 8-beat bursts allowing rearbitration at each 8-beat burst end.

The undefined length burst is split into 16-beat bursts allowing rearbitration at each 16-beat burst end.

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.