Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2180 ((Supc *)hw)->BKOUT.reg |= SUPC_BKOUT_EN(mask); in hri_supc_set_BKOUT_EN_bf()
2187 tmp = ((Supc *)hw)->BKOUT.reg; in hri_supc_get_BKOUT_EN_bf()
2196 tmp = ((Supc *)hw)->BKOUT.reg; in hri_supc_write_BKOUT_EN_bf()
2199 ((Supc *)hw)->BKOUT.reg = tmp; in hri_supc_write_BKOUT_EN_bf()
2206 ((Supc *)hw)->BKOUT.reg &= ~SUPC_BKOUT_EN(mask); in hri_supc_clear_BKOUT_EN_bf()
2213 ((Supc *)hw)->BKOUT.reg ^= SUPC_BKOUT_EN(mask); in hri_supc_toggle_BKOUT_EN_bf()
2220 tmp = ((Supc *)hw)->BKOUT.reg; in hri_supc_read_BKOUT_EN_bf()
2228 ((Supc *)hw)->BKOUT.reg |= SUPC_BKOUT_CLR(mask); in hri_supc_set_BKOUT_CLR_bf()
2235 tmp = ((Supc *)hw)->BKOUT.reg; in hri_supc_get_BKOUT_CLR_bf()
2244 tmp = ((Supc *)hw)->BKOUT.reg; in hri_supc_write_BKOUT_CLR_bf()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h592 …__IO SUPC_BKOUT_Type BKOUT; /**< \brief Offset: 0x24 (R/W 32) Backup Output Contro… member