Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h212 #define SUPC_STATUS_BBPS_Pos 11 /**< \brief (SUPC_STATUS) Battery Backup Power Swi… macro
213 #define SUPC_STATUS_BBPS (_U(0x1) << SUPC_STATUS_BBPS_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2457 return (((Supc *)hw)->STATUS.reg & SUPC_STATUS_BBPS) >> SUPC_STATUS_BBPS_Pos; in hri_supc_get_STATUS_BBPS_bit()