28#include "hal_common.h"
38 MHU_CPU0INTR_SET_CPU0INTR_SET_PTYPE_SET(base, mask);
49 MHU_CPU0INTR_CLR_CPU0INTR_CLR_PTYPE_SET(base, mask);
61 return MHU_CPU0INTR_STAT_CPU0INTR_STAT_PTYPE_GET(base);
72 MHU_CPU1INTR_SET_CPU1INTR_SET_PTYPE_SET(base, mask);
83 MHU_CPU1INTR_CLR_CPU1INTR_CLR_PTYPE_SET(base, mask);
95 return MHU_CPU1INTR_STAT_CPU1INTR_STAT_PTYPE_GET(base);
static void MHU_CPU0_SetInt(MHU_Type *base, uint32_t mask)
Установка прерывания CPU0 по маске
Definition hal_mhu.h:36
static uint32_t MHU_CPU1_StatInt(MHU_Type *base)
Чтение статуса прерываний CPU1.
Definition hal_mhu.h:93
static void MHU_CPU1_SetInt(MHU_Type *base, uint32_t mask)
Установка прерывания CPU1 по маске
Definition hal_mhu.h:70
static uint32_t MHU_CPU0_StatInt(MHU_Type *base)
Чтение статуса прерываний CPU0.
Definition hal_mhu.h:59
static void MHU_CPU1_ClearInt(MHU_Type *base, uint32_t mask)
Сброс прерывания CPU1 по маске
Definition hal_mhu.h:81
static void MHU_CPU0_ClearInt(MHU_Type *base, uint32_t mask)
Сброс прерывания CPU0 по маске
Definition hal_mhu.h:47