MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / gpiotools_test_bit

Function gpiotools_test_bit

wiringPi/wiringPi.c:2239–2242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239static inline int gpiotools_test_bit(__u64 b, int n)
2240{
2241 return !!(b & _BITULL(n));
2242}
2243
2244//*********************************************
2245

Callers 1

digitalReadDeviceV2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected