Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h463 #define DMAC_INTSTATUS_CHINT11_Pos 11 /**< \brief (DMAC_INTSTATUS) Channel 11 Pending In… macro
464 #define DMAC_INTSTATUS_CHINT11 (1 << DMAC_INTSTATUS_CHINT11_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3427 return (((Dmac *)hw)->INTSTATUS.reg & DMAC_INTSTATUS_CHINT11) >> DMAC_INTSTATUS_CHINT11_Pos; in hri_dmac_get_INTSTATUS_CHINT11_bit()