Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_venc.h78 #define VENC_REG(x) (*(__IO uint32_t *) (VENC_BASE + (4UL*(x)))) macro
85 #define LL_VENC_WriteRegister(__REG__, __VALUE__) WRITE_REG(VENC_REG(__REG__), (__VALUE__))
92 #define LL_VENC_ReadRegister(__REG__) READ_REG(VENC_REG(__REG__))