Home
last modified time | relevance | path

Searched refs:SMC_WR_STOPCTRL (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/
DMKW40Z4_extension.h21235 #define SMC_WR_STOPCTRL(base, value) (SMC_STOPCTRL_REG(base) = (value)) macro
21236 #define SMC_RMW_STOPCTRL(base, mask, value) (SMC_WR_STOPCTRL(base, (SMC_RD_STOPCTRL(base) & ~(mask)…