Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h391 #define SUPC_BOD12_LEVEL_Msk (_U(0x3F) << SUPC_BOD12_LEVEL_Pos) macro
392 #define SUPC_BOD12_LEVEL(value) (SUPC_BOD12_LEVEL_Msk & ((value) << SUPC_BOD12_LEVEL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1345 tmp &= ~SUPC_BOD12_LEVEL_Msk; in hri_supc_write_BOD12_LEVEL_bf()
1369 tmp = (tmp & SUPC_BOD12_LEVEL_Msk) >> SUPC_BOD12_LEVEL_Pos; in hri_supc_read_BOD12_LEVEL_bf()