Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h599 ((Supc *)hw)->BOD33.reg |= SUPC_BOD33_STDBYCFG; in hri_supc_set_BOD33_STDBYCFG_bit()
607 tmp = (tmp & SUPC_BOD33_STDBYCFG) >> SUPC_BOD33_STDBYCFG_Pos; in hri_supc_get_BOD33_STDBYCFG_bit()
616 tmp &= ~SUPC_BOD33_STDBYCFG; in hri_supc_write_BOD33_STDBYCFG_bit()
625 ((Supc *)hw)->BOD33.reg &= ~SUPC_BOD33_STDBYCFG; in hri_supc_clear_BOD33_STDBYCFG_bit()
632 ((Supc *)hw)->BOD33.reg ^= SUPC_BOD33_STDBYCFG; in hri_supc_toggle_BOD33_STDBYCFG_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h260 #define SUPC_BOD33_STDBYCFG (_U(0x1) << SUPC_BOD33_STDBYCFG_Pos) macro