Home
last modified time | relevance | path

Searched refs:sys_test_and_clear_bit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/kernel/common/src/
Dbitfield.c74 zassert_true(sys_test_and_clear_bit((mem_addr_t)&b1, bit), in ZTEST()
79 zassert_false(sys_test_and_clear_bit((mem_addr_t)&b1, bit), in ZTEST()
/Zephyr-latest/include/zephyr/arch/x86/
Darch.h195 static ALWAYS_INLINE int sys_test_and_clear_bit(mem_addr_t addr, in sys_test_and_clear_bit() function
212 #define sys_bitfield_test_and_clear_bit sys_test_and_clear_bit
/Zephyr-latest/include/zephyr/arch/common/
Dsys_bitops.h92 int sys_test_and_clear_bit(mem_addr_t addr, unsigned int bit) in sys_test_and_clear_bit() function