Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h220 inline static uint32_t to_remainder_u32(divmod_result_t r) { in to_remainder_u32() function
283 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_u32_remainder_wait()
333 return to_remainder_u32(hw_divider_divmod_u32(a, b)); in hw_divider_u32_remainder()
/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h136 inline static uint32_t to_remainder_u32(divmod_result_t r) { in to_remainder_u32() function
225 return to_remainder_u32(hw_divider_result_wait()); in hw_divider_s32_quotient_wait()
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/
Ddivider.h90 *rem = to_remainder_u32(r); in divmod_u32u32_rem()