Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h683 #define TAL_INTCPUSEL0_RTC_Pos 4 /**< \brief (TAL_INTCPUSEL0) RTC Interrupt CPU Sel… macro
684 #define TAL_INTCPUSEL0_RTC_Msk (_U(0x1) << TAL_INTCPUSEL0_RTC_Pos)
685 #define TAL_INTCPUSEL0_RTC(value) (TAL_INTCPUSEL0_RTC_Msk & ((value) << TAL_INTCPUSEL0_RTC_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h2744 tmp = (tmp & TAL_INTCPUSEL0_RTC_Msk) >> TAL_INTCPUSEL0_RTC_Pos; in hri_tal_get_INTCPUSEL0_RTC_bit()
2754 tmp |= value << TAL_INTCPUSEL0_RTC_Pos; in hri_tal_write_INTCPUSEL0_RTC_bit()