Home
last modified time | relevance | path

Searched refs:hprot (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_dma.h221 uint8_t hprot; member
285 uint8_t hprot; member
306 uint8_t hprot; member
/hal_silabs-latest/gecko/emlib/src/
Dem_dma.c752 | ((uint32_t)(cfg->hprot) << _DMA_CTRL_SRC_PROT_CTRL_SHIFT) in DMA_CfgDescr()
883 | ((uint32_t)(cfg->hprot) << _DMA_CTRL_SRC_PROT_CTRL_SHIFT) in DMA_CfgDescrScatterGather()
1016 DMA->CONFIG = ((uint32_t)(init->hprot) << _DMA_CONFIG_CHPROT_SHIFT) in DMA_Init()
/hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/
Ddmadrv.c339 dmaInit.hprot = 0; in DMADRV_Init()
1365 descrCfg.hprot = 0; in StartTransfer()