Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h171 ((Supc *)hw)->INTENSET.reg = SUPC_INTENSET_BOD12DET; in hri_supc_set_INTEN_BOD12DET_bit()
176 return (((Supc *)hw)->INTENSET.reg & SUPC_INTENSET_BOD12DET) >> SUPC_INTENSET_BOD12DET_Pos; in hri_supc_get_INTEN_BOD12DET_bit()
182 ((Supc *)hw)->INTENCLR.reg = SUPC_INTENSET_BOD12DET; in hri_supc_write_INTEN_BOD12DET_bit()
184 ((Supc *)hw)->INTENSET.reg = SUPC_INTENSET_BOD12DET; in hri_supc_write_INTEN_BOD12DET_bit()
190 ((Supc *)hw)->INTENCLR.reg = SUPC_INTENSET_BOD12DET; in hri_supc_clear_INTEN_BOD12DET_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h116 #define SUPC_INTENSET_BOD12DET (_U(0x1) << SUPC_INTENSET_BOD12DET_Pos) macro