Low level bit operations.
More...
Go to the source code of this file.
Low level bit operations.
Definition in file bitops.h.
◆ test_bit()
static bool test_bit |
( |
unsigned int |
bit, |
|
|
const void * |
addr |
|
) |
| |
|
inlinestatic |
◆ test_and_set_bit()
static bool test_and_set_bit |
( |
unsigned int |
bit, |
|
|
volatile void * |
addr |
|
) |
| |
|
inlinestatic |
◆ test_and_change_bit()
static bool test_and_change_bit |
( |
unsigned int |
bit, |
|
|
volatile void * |
addr |
|
) |
| |
|
inlinestatic |
◆ test_and_clear_bit()
static bool test_and_clear_bit |
( |
unsigned int |
bit, |
|
|
volatile void * |
addr |
|
) |
| |
|
inlinestatic |