Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c551 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionKeyLock() local
562 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
564 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_KEYLOCK); in HAL_OTFDEC_RegionKeyLock()
585 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetKey() local
602 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetKey()
605 WRITE_REG(region->REG_KEYR0, pKey[0]); in HAL_OTFDEC_RegionSetKey()
610 WRITE_REG(region->REG_KEYR1, pKey[1]); in HAL_OTFDEC_RegionSetKey()
615 WRITE_REG(region->REG_KEYR2, pKey[2]); in HAL_OTFDEC_RegionSetKey()
620 WRITE_REG(region->REG_KEYR3, pKey[3]); in HAL_OTFDEC_RegionSetKey()
658 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetMode() local
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c555 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionKeyLock() local
566 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
568 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_KEYLOCK); in HAL_OTFDEC_RegionKeyLock()
589 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetKey() local
606 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetKey()
609 WRITE_REG(region->REG_KEYR0, pKey[0]); in HAL_OTFDEC_RegionSetKey()
614 WRITE_REG(region->REG_KEYR1, pKey[1]); in HAL_OTFDEC_RegionSetKey()
619 WRITE_REG(region->REG_KEYR2, pKey[2]); in HAL_OTFDEC_RegionSetKey()
624 WRITE_REG(region->REG_KEYR3, pKey[3]); in HAL_OTFDEC_RegionSetKey()
658 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetMode() local
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c555 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionKeyLock() local
566 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
568 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_KEYLOCK); in HAL_OTFDEC_RegionKeyLock()
589 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetKey() local
606 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetKey()
609 WRITE_REG(region->REG_KEYR0, pKey[0]); in HAL_OTFDEC_RegionSetKey()
614 WRITE_REG(region->REG_KEYR1, pKey[1]); in HAL_OTFDEC_RegionSetKey()
619 WRITE_REG(region->REG_KEYR2, pKey[2]); in HAL_OTFDEC_RegionSetKey()
624 WRITE_REG(region->REG_KEYR3, pKey[3]); in HAL_OTFDEC_RegionSetKey()
658 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetMode() local
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c555 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionKeyLock() local
566 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
568 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_KEYLOCK); in HAL_OTFDEC_RegionKeyLock()
589 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetKey() local
606 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetKey()
609 WRITE_REG(region->REG_KEYR0, pKey[0]); in HAL_OTFDEC_RegionSetKey()
614 WRITE_REG(region->REG_KEYR1, pKey[1]); in HAL_OTFDEC_RegionSetKey()
619 WRITE_REG(region->REG_KEYR2, pKey[2]); in HAL_OTFDEC_RegionSetKey()
624 WRITE_REG(region->REG_KEYR3, pKey[3]); in HAL_OTFDEC_RegionSetKey()
658 OTFDEC_Region_TypeDef *region; in HAL_OTFDEC_RegionSetMode() local
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c4998 DCMIPP_Region_TypeDef *region; in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig() local
5028 region = (DCMIPP_Region_TypeDef *)address; in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5037 region = (DCMIPP_Region_TypeDef *)address; in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5044 MODIFY_REG(region->PxRIxCR1, 0x3FFFFFFFU, (((uint32_t)pROIConfig->ColorLineBlue << 12U) | in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5050 …MODIFY_REG(region->PxRIxCR2, 0xFFF0FFFU, ((uint32_t)pROIConfig->VSize << 16U) | pROIConfig->HSize); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()