Function ch_8

Source
pub fn ch_8(a: u8, b: u8, c: u8) -> u8
Expand description

Bitwise CHOICE of a bit and two 8-bit values. If the bit is true, then take the first value, else take the second value.

ยงCost

77 mWU (milli weight units)