Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3782 ((DmacDescriptor *)hw)->BTCTRL.reg |= DMAC_BTCTRL_VALID; in hri_dmacdescriptor_set_BTCTRL_VALID_bit()
3790 tmp = (tmp & DMAC_BTCTRL_VALID) >> DMAC_BTCTRL_VALID_Pos; in hri_dmacdescriptor_get_BTCTRL_VALID_bit()
3799 tmp &= ~DMAC_BTCTRL_VALID; in hri_dmacdescriptor_write_BTCTRL_VALID_bit()
3808 ((DmacDescriptor *)hw)->BTCTRL.reg &= ~DMAC_BTCTRL_VALID; in hri_dmacdescriptor_clear_BTCTRL_VALID_bit()
3815 ((DmacDescriptor *)hw)->BTCTRL.reg ^= DMAC_BTCTRL_VALID; in hri_dmacdescriptor_toggle_BTCTRL_VALID_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h933 #define DMAC_BTCTRL_VALID (_U(0x1) << DMAC_BTCTRL_VALID_Pos) macro