PicoSDK
divmod_s64s64()
is only used within PicoSDK.
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
divmod_s64s64()
divmod_s64s64() function
Integer divide of two signed 64-bit values
Syntax
Show:
Summary
Declaration
Definition
from
divider.h:133
int64_t
divmod_s64s64
(
int64_t
a
,
int64_t
b
)
;
Implemented in
divider_compiler.c:77
Arguments
Argument
Description
a
Dividend
b
Divisor
Return value
quotient in result (r0,r1), remainder in regs (r2, r3)
Examples
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