SYNOPSIS

loadrt mux8 [count=N|names=name1[,name2…]]

FUNCTIONS

mux8.N (requires a floating-point thread)

PINS

mux8.N.sel0 bit in

mux8.N.sel1 bit in

mux8.N.sel2 bit in

Together, these determine which inN value is copied to out.

mux8.N.out float out

Follows the value of one of the inN values according to the three sel values

sel2

sel1

sel0

out follows

0

0

0

in0

0

0

1

in1

0

1

0

in2

0

1

1

in3

1

0

0

in4

1

0

1

in5

1

1

0

in6

1

1

1

in7

mux8.N.in0 float in

mux8.N.in1 float in

mux8.N.in2 float in

mux8.N.in3 float in

mux8.N.in4 float in

mux8.N.in5 float in

mux8.N.in6 float in

mux8.N.in7 float in

SEE ALSO

mux2(9), mux4(9), mux16(9), mux_generic(9).

AUTHOR

Stuart Stevenson

LICENSE

GPL