Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h390 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_APWSRDY) >> SUPC_INTFLAG_APWSRDY_Pos; in hri_supc_get_INTFLAG_APWSRDY_bit()
395 ((Supc *)hw)->INTFLAG.reg = SUPC_INTFLAG_APWSRDY; in hri_supc_clear_INTFLAG_APWSRDY_bit()
480 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_APWSRDY) >> SUPC_INTFLAG_APWSRDY_Pos; in hri_supc_get_interrupt_APWSRDY_bit()
485 ((Supc *)hw)->INTFLAG.reg = SUPC_INTFLAG_APWSRDY; in hri_supc_clear_interrupt_APWSRDY_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h165 #define SUPC_INTFLAG_APWSRDY (_U(0x1) << SUPC_INTFLAG_APWSRDY_Pos) macro