Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h430 #define PAC_STATUSA_TAL_Pos 11 /**< \brief (PAC_STATUSA) TAL APB Protect Enable */ macro
431 #define PAC_STATUSA_TAL (_U(0x1) << PAC_STATUSA_TAL_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h1063 return (((Pac *)hw)->STATUSA.reg & PAC_STATUSA_TAL) >> PAC_STATUSA_TAL_Pos; in hri_pac_get_STATUSA_TAL_bit()