Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/
DMKW40Z4_extension.h7109 #define GPIO_RD_PSOR(base) (GPIO_PSOR_REG(base)) macro
7111 #define GPIO_RMW_PSOR(base, mask, value) (GPIO_WR_PSOR(base, (GPIO_RD_PSOR(base) & ~(mask)) | (valu…