Searched refs:get_bits (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 211 static inline unsigned int get_bits(int offset, int num_bits, unsigned int val) in get_bits() function 259 get_bits(0, 4, ps), get_bits(4, 1, ps), in print_fatal_exception() 260 get_bits(5, 1, ps), get_bits(6, 2, ps), in print_fatal_exception() 261 get_bits(18, 1, ps), in print_fatal_exception() 262 get_bits(8, 4, ps), get_bits(16, 2, ps)); in print_fatal_exception()
|