atomic_set_bit() function
Atomically set a bit. Atomically set bit number @a bit of @a target. The target may be a single atomic variable or an array of them.
Arguments
target
Address of atomic variable or array.
bit
Bit number (starting from 0).
Return value
N/A
atomic_set_bit() is called by 17 functions and calls 1 function:
![]()
atomic_set_bit()
atomic_set_bit():
![]()
atomic_set_bit()