STM32F413H-Discovery
+
0
/1 examples
SourceVu will show references to
SaturaLH
from the following samples and libraries:
Examples
STM32F413H-Discovery
Examples
DFSDM
DFSDM_PulseSkipper
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
STM32 Libraries and Samples
STM32F413H-Discovery
SaturaLH
SaturaLH macro
Syntax
Show:
Summary
Declaration
from
stm32f413h_discovery_audio.c:134
#define
SaturaLH
(
N
,
L
,
H
)
(
(
(
N
)
<
(
L
)
)
?
(
L
)
:
(
(
(
N
)
>
(
H
)
)
?
(
H
)
:
(
N
)
)
)
Arguments
Argument
N
L
H
Examples
SaturaLH
is referenced by 1 libraries and example projects:
Examples
STM32F413H-Discovery
Examples
DFSDM
DFSDM_PulseSkipper
References
from
0/1
examples
Code
Location
#define
SaturaLH
(
N
,
L
,
H
)
(
(
(
N
)
<
(
L
)
)
?
(
L
)
:
(
(
(
N
)
>
(
H
)
)
?
(
H
)
:
(
N
)
)
)
stm32f413h_discovery_audio.c:134
hAudioIn
.
pRecBuf
[
AppBuffTrigger
]
=
(
uint16_t
)
(
SaturaLH
(
(
pScratchBuff
[
POS_VAL
(
INPUT_DEVICE_DIGITAL_MIC1
)
]
[
index
]
>
>
8
)
,
-
32760
,
32760
)
)
;
stm32f413h_discovery_audio.c:1407
hAudioIn
.
pRecBuf
[
AppBuffTrigger
+
1
]
=
(
uint16_t
)
(
SaturaLH
(
(
pScratchBuff
[
POS_VAL
(
INPUT_DEVICE_DIGITAL_MIC2
)
]
[
index
]
>
>
8
)
,
-
32760
,
32760
)
)
;
stm32f413h_discovery_audio.c:1408
hAudioIn
.
pRecBuf
[
AppBuffTrigger
]
=
(
int16_t
)
(
SaturaLH
(
(
pScratchBuff
[
POS_VAL
(
INPUT_DEVICE_DIGITAL_MIC1
)
]
[
index
]
>
>
8
)
,
-
32760
,
32760
)
)
;
stm32f413h_discovery_audio.c:1481
hAudioIn
.
pRecBuf
[
AppBuffTrigger
+
1
]
=
(
int16_t
)
(
SaturaLH
(
(
pScratchBuff
[
POS_VAL
(
INPUT_DEVICE_DIGITAL_MIC2
)
]
[
index
]
>
>
8
)
,
-
32760
,
32760
)
)
;
stm32f413h_discovery_audio.c:1482
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out