Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h350 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_BOD12RDY) >> SUPC_INTFLAG_BOD12RDY_Pos; in hri_supc_get_INTFLAG_BOD12RDY_bit()
355 ((Supc *)hw)->INTFLAG.reg = SUPC_INTFLAG_BOD12RDY; in hri_supc_clear_INTFLAG_BOD12RDY_bit()
440 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_BOD12RDY) >> SUPC_INTFLAG_BOD12RDY_Pos; in hri_supc_get_interrupt_BOD12RDY_bit()
445 ((Supc *)hw)->INTFLAG.reg = SUPC_INTFLAG_BOD12RDY; in hri_supc_clear_interrupt_BOD12RDY_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h157 #define SUPC_INTFLAG_BOD12RDY (_U(0x1) << SUPC_INTFLAG_BOD12RDY_Pos) macro