CMSIS
+
0
/27 examples
SourceVu will show references to
MODIFY_REG
from the following samples and libraries:
HAL
Drivers
Boards
STM32446E_EVAL
STM32412G-Discovery
STM32F413H-Discovery
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_NoR_Write_Read_File
Examples
QSPI
QSPI_ExecuteInPlace
STM32469I_EVAL
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM324x9I_EVAL
Applications
USB_Device
HID_Standalone
STM324xG_EVAL
Applications
USB_Device
HID_Standalone
STM32F412G-Discovery
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32F413H-Discovery
Examples
QSPI
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32F413ZH-Nucleo
Applications
USB_Device
HID_Standalone
STM32F429ZI-Nucleo
Applications
USB_Device
HID_Standalone
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
CMSIS
MODIFY_REG
MODIFY_REG macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx.h:223
#define
MODIFY_REG
(
REG
,
CLEARMASK
,
SETMASK
)
WRITE_REG
(
(
REG
)
,
(
(
(
READ_REG
(
REG
)
)
&
(
~
(
CLEARMASK
)
)
)
|
(
SETMASK
)
)
)
Arguments
Argument
REG
CLEARMASK
SETMASK
Examples
MODIFY_REG
is referenced by 27 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