Home
last modified time | relevance | path

Searched refs:hw_divider_result_wait (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h85 static inline divmod_result_t hw_divider_result_wait(void) { in hw_divider_result_wait() function
214 return to_quotient_u32(hw_divider_result_wait()); in hw_divider_u32_quotient_wait()
225 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_s32_quotient_wait()
236 return to_quotient_s32(hw_divider_result_wait()); in hw_divider_u32_remainder_wait()
247 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h187 static inline divmod_result_t hw_divider_result_wait(void) { in hw_divider_result_wait() function
249 return to_quotient_u32(hw_divider_result_wait()); in hw_divider_u32_quotient_wait()
265 return to_quotient_s32(hw_divider_result_wait()); in hw_divider_s32_quotient_wait()
283 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_u32_remainder_wait()
301 return to_remainder_s32(hw_divider_result_wait()); in hw_divider_s32_remainder_wait()