Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h139 #define DSU_STATUSB_HPE_Pos 4 /**< \brief (DSU_STATUSB) Hot-Plugging Enable */ macro
140 #define DSU_STATUSB_HPE (_U(0x1) << DSU_STATUSB_HPE_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h609 return (((Dsu *)hw)->STATUSB.reg & DSU_STATUSB_HPE) >> DSU_STATUSB_HPE_Pos; in hri_dsu_get_STATUSB_HPE_bit()