Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_cortex.h538 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
541 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() argument
587 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
609 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
612 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Dmpu_armv7.h75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument
77 ((Region) & MPU_RBAR_REGION_Msk) | \
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/
Dmpu_armv7.h75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument
77 ((Region) & MPU_RBAR_REGION_Msk) | \
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
Dmpu_armv7.h75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument
77 ((Region) & MPU_RBAR_REGION_Msk) | \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/
D3.1.1.Sensor至MIPI的媒体通路.md12 * 编码模块接收VI捕获并经VPSS处理后输出的图像数据,可叠加用户通过Region模块设置的OSD图像,然后按不用协议进行编码并输出相应码流。
D6.3.修改后的darknet2caffe 中prototxt.py代码.md178 if layer['type'] != 'Region' or region == True:
D4.2.4.检测网.md93 …* Region Avg IOU:表示当前的subdivision内图片的平均IOU,代表预测的矩形框和真实目标的交集与并集之比,若为100%,表示我们已经拥有了完美的检测,即我们的矩形框跟目标完…