Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h565 uint32_t BKIN:8; /*!< bit: 0.. 7 Backup Input Value */ member
593 …__I SUPC_BKIN_Type BKIN; /**< \brief Offset: 0x28 (R/ 32) Backup Input Control… member
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2475 return (((Supc *)hw)->BKIN.reg & SUPC_BKIN_BKIN(mask)) >> SUPC_BKIN_BKIN_Pos; in hri_supc_get_BKIN_BKIN_bf()
2480 return (((Supc *)hw)->BKIN.reg & SUPC_BKIN_BKIN_Msk) >> SUPC_BKIN_BKIN_Pos; in hri_supc_read_BKIN_BKIN_bf()
2486 tmp = ((Supc *)hw)->BKIN.reg; in hri_supc_get_BKIN_reg()
2493 return ((Supc *)hw)->BKIN.reg; in hri_supc_read_BKIN_reg()