test_bit (9) Linux Manual Page
test_bit – Determine whether a bit is set
Synopsis
-
bool test_bit(intnr, const volatile unsigned longaddr* );
Arguments
nr
-
- bit number to test
addr
- Address to start counting from
test_bit – Determine whether a bit is set
bool test_bit(int nr, const volatile unsigned long * addr);nr
addr