Home
last modified time | relevance | path

Searched defs:y (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_util.h31 #define WRITE_REG8(x, y) (*((volatile uint8_t *)(x)) = (y)) argument
34 #define WRITE_REG32(x, y) (*((volatile uint32_t *)(x)) = (y)) argument
37 #define WRITE_REG64(x, y) (*((volatile uint64_t *)(x)) = (y)) argument