Searched refs:bs_set (Results 1 – 2 of 2) sorted by relevance
36 static inline uint8_t bs_set(uint8_t var, const struct bit_spec b, uint8_t value) { in bs_set() function41 *dst = bs_set(*dst, b, value); in bs_assign()
90 uint8_t byte = bs_set(0, kTestSpec.single.bit[bit], 1); in TEST_F()100 uint8_t byte = bs_set(0xff, kTestSpec.single.bit[bit], 0); in TEST_F()