Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/
DMKW40Z4_extension.h4265 #define DCDC_WR_REG3(base, value) (DCDC_REG3_REG(base) = (value)) macro
4266 #define DCDC_RMW_REG3(base, mask, value) (DCDC_WR_REG3(base, (DCDC_RD_REG3(base) & ~(mask)) | (valu…