Structure for return values.
More...
#include <gpio.h>
Structure for return values.
- Copyright
- Tibbo Technology Inc
- Author
- Vitaly Gribko (vital.nosp@m.iy.g.nosp@m.ribko.nosp@m.@tib.nosp@m.bo.co.nosp@m.m)
Bit arithmetic
- To disable n bit in data data &= ~(1 << n) 2.To enable n bit in data data |= (1 << n)
- To toogle n bit in data data ^= (1 << n)
- To get n nit in data (data >> n) & 1
The documentation for this struct was generated from the following file: