Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h181 #define DMAC_CRCSTATUS_CRCZERO_Pos 1 /**< \brief (DMAC_CRCSTATUS) CRC Zero */ macro
182 #define DMAC_CRCSTATUS_CRCZERO (_U(0x1) << DMAC_CRCSTATUS_CRCZERO_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3749 return (((Dmac *)hw)->CRCSTATUS.reg & DMAC_CRCSTATUS_CRCZERO) >> DMAC_CRCSTATUS_CRCZERO_Pos; in hri_dmac_get_CRCSTATUS_CRCZERO_bit()