Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h358 #define TAL_INTSTATUS_IRQ1_Pos 1 /**< \brief (TAL_INTSTATUS) Interrupt Status for I… macro
359 #define TAL_INTSTATUS_IRQ1 (1 << TAL_INTSTATUS_IRQ1_Pos)
/loramac-node-3.7.0/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h4013 return (((Tal *)hw)->INTSTATUS[index].reg & TAL_INTSTATUS_IRQ1) >> TAL_INTSTATUS_IRQ1_Pos; in hri_tal_get_INTSTATUS_IRQ1_bit()