furs

Artifact [a5c85ce852]
Login

Artifact [a5c85ce852]

Artifact a5c85ce852185a6b13eac6dfd73769175bd22426:


: bfs! ( cmsis-name x -- x ) swap lshift swap bis! ;   \ SET the bit(s)

: bfc! ( cmsis-name x -- x ) swap lshift swap bic! ;   \ CLEAR the bit(s)

: enable! ( -- ) 1 bfs! ;

: disable! ( -- ) 1 bfc! ;