Searched refs:CSI_REG_CR1 (Results 1 – 2 of 2) sorted by relevance
261 CSI_REG_CR1(base) = reg; in CSI_Init()376 CSI_REG_CR1(base) = CSI_CR1_HSYNC_POL_MASK | CSI_CR1_EXT_VSYNC_MASK; in CSI_Reset()458 cr1 = CSI_REG_CR1(base); in CSI_ClearFifo()459 CSI_REG_CR1(base) = (cr1 & ~CSI_CR1_FCC_MASK); in CSI_ClearFifo()471 CSI_REG_CR1(base) = (cr1 & ~CSI_CR1_FCC_MASK) | mask; in CSI_ClearFifo()474 while (0U != (CSI_REG_CR1(base) & mask)) in CSI_ClearFifo()479 CSI_REG_CR1(base) = cr1; in CSI_ClearFifo()556 CSI_REG_CR1(base) |= (mask & CSI_CR1_INT_EN_MASK); in CSI_EnableInterrupts()569 CSI_REG_CR1(base) &= ~(mask & CSI_CR1_INT_EN_MASK); in CSI_DisableInterrupts()731 csicr1 = CSI_REG_CR1(base); in CSI_TransferSubmitEmptyBuffer()[all …]
28 #define CSI_REG_CR1(base) (base)->CR1 macro