Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h176 static inline uint32_t hw_divider_u32_remainder(uint32_t a, uint32_t b) { in hw_divider_u32_remainder() function
273 return hw_divider_u32_remainder(a,b); in hw_divider_u32_remainder_inlined()
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h331 static inline uint32_t hw_divider_u32_remainder(uint32_t a, uint32_t b) { in hw_divider_u32_remainder() function
427 return hw_divider_u32_remainder(a,b); in hw_divider_u32_remainder_inlined()