Searched refs:sys_test_and_clear_bit (Results 1 – 3 of 3) sorted by relevance
74 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()
195 static ALWAYS_INLINE int sys_test_and_clear_bit(mem_addr_t addr, in sys_test_and_clear_bit() function212 #define sys_bitfield_test_and_clear_bit sys_test_and_clear_bit
92 int sys_test_and_clear_bit(mem_addr_t addr, unsigned int bit) in sys_test_and_clear_bit() function