Searched refs:dmacHw_REG_INT_MASK_BLOCK (Results 1 – 2 of 2) sorted by relevance
152 #define dmacHw_REG_INT_MASK_BLOCK(module) (((dmacHw_INT_MASK_t *) dmacHw_REG_INT_MASK_BASE((m… macro388 #define dmacHw_BLOCK_INT_ENABLE(module, channel) (dmacHw_REG_INT_MASK_BLOCK((module)) = (0x00…392 #define dmacHw_BLOCK_INT_DISABLE(module, channel) (dmacHw_REG_INT_MASK_BLOCK((module)) = (0x00…
102 module, (uint32_t) (dmacHw_REG_INT_MASK_BLOCK(module))); in DisplayRegisterContents()