PicoSDK
+
0
/1 examples
SourceVu will show references to
hw_divider_divmod_s32_start()
from the following samples and libraries:
divider sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
hw_divider_divmod_s32_start()
hw_divider_divmod_s32_start() function
Start a signed asynchronous divide Start a divide of the specified signed parameters. You should wait for 8 cycles (__div_pause()) or wait for the ready bit to be set (hw_divider_wait_ready()) prior to reading the results.
Syntax
Show:
Summary
Declaration
from
divider.h:107
static
inline
void
hw_divider_divmod_s32_start
(
int32_t
a
,
int32_t
b
)
;
Arguments
Argument
Description
a
The dividend
b
The divisor
Examples
hw_divider_divmod_s32_start()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
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