Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c36 #define MEC_BDP_ACTV_REG_EN_POS 0 macro
77 regs->ACTV80A |= MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_init()
82 regs->ACTV80 |= MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_init()
96 regs->ACTV80 |= MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_activate()
98 regs->ACTV80 &= (uint8_t)~MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_activate()
102 regs->ACTV80A |= MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_activate()
104 regs->ACTV80A &= (uint8_t)~MEC_BIT(MEC_BDP_ACTV_REG_EN_POS); in mec_hal_bdp_activate()