Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h208 #define SUPC_STATUS_APWSRDY_Pos 9 /**< \brief (SUPC_STATUS) Automatic Power Switch R… macro
209 #define SUPC_STATUS_APWSRDY (_U(0x1) << SUPC_STATUS_APWSRDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2447 return (((Supc *)hw)->STATUS.reg & SUPC_STATUS_APWSRDY) >> SUPC_STATUS_APWSRDY_Pos; in hri_supc_get_STATUS_APWSRDY_bit()