PicoSDK
hw_divider_u32_quotient_wait()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
hw_divider_u32_quotient_wait()
hw_divider_u32_quotient_wait() function
Return result of last asynchronous HW divide, unsigned quotient only This function waits for the result to be ready by calling hw_divider_wait_ready().
Syntax
Show:
Summary
Declaration
from
divider.h:244
static
inline
uint32_t
hw_divider_u32_quotient_wait
(
void
)
;
Return value
Current unsigned quotient result.
Examples
References
from
examples
Code
Location
static
inline
uint32_t
hw_divider_u32_quotient_wait
(
void
)
{
divider.h:244
Call Tree
from
examples
hw_divider_u32_quotient_wait()
calls 2 functions:
All items filtered out
hw_divider_u32_quotient_wait()
hw_divider_result_wait()
to_quotient_u32()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out