logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bitslice - Converts an unsigned-32 input into individual bits

Author

       Andy Pugh

Description

       This  component  creates  individual bit-outputs for each bit of an unsigned-32 input. The number of bits
       can be limited by the "personality" modparam.  The inverse process can be performed by  the  weighted_sum
       HAL component.

Functions

bitslice.N

License

       GPL2+

LinuxCNC Documentation                             2025-06-19                                        BITSLICE(9)

Name

       bitslice - Converts an unsigned-32 input into individual bits

Pins

bitslice.N.in u32 in
              The input value

       bitslice.N.out-MM bit out (MM=00..personality)

Synopsis

loadrtbitslice[count=N|names=name1[,name2...]][personality=P1,P2,...]

See Also