pub fn index_address_to_bit_selection(
index_address: Unsigned6Bit,
) -> SkmBitSelector
Expand description
Convert the index address field of an SKM instruction into a
BitSelector
struct describing which bit we will operate on.
pub fn index_address_to_bit_selection(
index_address: Unsigned6Bit,
) -> SkmBitSelector
Convert the index address field of an SKM instruction into a
BitSelector
struct describing which bit we will operate on.