Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h443 #define DMAC_INTSTATUS_CHINT1_Pos 1 /**< \brief (DMAC_INTSTATUS) Channel 1 Pending Int… macro
444 #define DMAC_INTSTATUS_CHINT1 (1 << DMAC_INTSTATUS_CHINT1_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3377 return (((Dmac *)hw)->INTSTATUS.reg & DMAC_INTSTATUS_CHINT1) >> DMAC_INTSTATUS_CHINT1_Pos; in hri_dmac_get_INTSTATUS_CHINT1_bit()