PicoSDK
divmod_s64s64_rem()
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_rem()
divmod_s64s64_rem() function
Integer divide of two signed 64-bit values, with remainder
Syntax
Show:
Summary
Declaration
Definition
from
divider.h:123
int64_t
divmod_s64s64_rem
(
int64_t
a
,
int64_t
b
,
int64_t
*
rem
)
;
Implemented in
divider_compiler.c:71
Arguments
Argument
Description
a
Dividend
b
Divisor
rem
Return value
Quotient result of dividend/divisor
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