Searched refs:Region (Results 1 – 7 of 7) sorted by relevance
538 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument541 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()584 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument587 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()609 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument612 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument77 ((Region) & MPU_RBAR_REGION_Msk) | \
12 * 编码模块接收VI捕获并经VPSS处理后输出的图像数据,可叠加用户通过Region模块设置的OSD图像,然后按不用协议进行编码并输出相应码流。
178 if layer['type'] != 'Region' or region == True:
93 …* Region Avg IOU:表示当前的subdivision内图片的平均IOU,代表预测的矩形框和真实目标的交集与并集之比,若为100%,表示我们已经拥有了完美的检测,即我们的矩形框跟目标完…