Functions
Gets the B
bit.
Gets a L
to H
(inclusive) bit region of the value.
Like u8_get_region
but the output is shifted down appropriately.
Replaces the B
bit.
Replaces a L
to H
(inclusive) bit region of the value.
Like u8_with_region
but the value is shifted up appropriately.
Gets the B
bit.
Gets a L
to H
(inclusive) bit region of the value.
Like u16_get_region
but the output is shifted down appropriately.
Replaces the B
bit.
Replaces a L
to H
(inclusive) bit region of the value.
Like u16_with_region
but the value is shifted up appropriately.
Gets the B
bit.
Gets a L
to H
(inclusive) bit region of the value.
Like u32_get_region
but the output is shifted down appropriately.
Replaces the B
bit.
Replaces a L
to H
(inclusive) bit region of the value.
Like u32_with_region
but the value is shifted up appropriately.