Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h117 #define SUPC_INTENSET_B12SRDY_Pos 5 /**< \brief (SUPC_INTENSET) BOD12 Synchronization … macro
118 #define SUPC_INTENSET_B12SRDY (_U(0x1) << SUPC_INTENSET_B12SRDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h200 return (((Supc *)hw)->INTENSET.reg & SUPC_INTENSET_B12SRDY) >> SUPC_INTENSET_B12SRDY_Pos; in hri_supc_get_INTEN_B12SRDY_bit()