Searched refs:hcsi (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 300 static void DCMIPP_CSI_WritePHYReg(CSI_TypeDef *hcsi, uint32_t reg_msb, uint32_t reg_lsb, uint32_t … 8088 static void DCMIPP_CSI_WritePHYReg(CSI_TypeDef *hcsi, uint32_t reg_msb, uint32_t reg_lsb, uint32_t … in DCMIPP_CSI_WritePHYReg() argument 8093 SET_BIT(hcsi->PTCR1, CSI_PTCR1_TWM); in DCMIPP_CSI_WritePHYReg() 8096 SET_BIT(hcsi->PTCR0, CSI_PTCR0_TCKEN); in DCMIPP_CSI_WritePHYReg() 8099 SET_BIT(hcsi->PTCR1, CSI_PTCR1_TWM); in DCMIPP_CSI_WritePHYReg() 8102 CLEAR_REG(hcsi->PTCR0); in DCMIPP_CSI_WritePHYReg() 8105 CLEAR_REG(hcsi->PTCR1); in DCMIPP_CSI_WritePHYReg() 8108 SET_BIT(hcsi->PTCR1, reg_msb & 0xFFU); in DCMIPP_CSI_WritePHYReg() 8111 SET_BIT(hcsi->PTCR0, CSI_PTCR0_TCKEN); in DCMIPP_CSI_WritePHYReg() 8115 CLEAR_REG(hcsi->PTCR0); in DCMIPP_CSI_WritePHYReg() [all …]
|