Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h160 #define SUPC_INTFLAG_B12SRDY_Pos 5 /**< \brief (SUPC_INTFLAG) BOD12 Synchronization R… macro
161 #define SUPC_INTFLAG_B12SRDY (_U(0x1) << SUPC_INTFLAG_B12SRDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h370 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_B12SRDY) >> SUPC_INTFLAG_B12SRDY_Pos; in hri_supc_get_INTFLAG_B12SRDY_bit()
460 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_B12SRDY) >> SUPC_INTFLAG_B12SRDY_Pos; in hri_supc_get_interrupt_B12SRDY_bit()