Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/devices/MKW40Z4/
Dfsl_bitaccess.h58 #define BME_OR_MASK (1<<27) macro
69 #define BME_OR8(addr, wdata) (*(volatile uint8_t*)((uintptr_t)addr | BME_OR_MASK) = wdata)
70 #define BME_OR16(addr, wdata) (*(volatile uint16_t*)((uintptr_t)addr | BME_OR_MASK) = wdata)
71 #define BME_OR32(addr, wdata) (*(volatile uint32_t*)((uintptr_t)addr | BME_OR_MASK) = wdata)