Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtrng.h58 #define TRNG_CTRLA_ENABLE_Pos 1 /**< \brief (TRNG_CTRLA) Enable */ macro
59 #define TRNG_CTRLA_ENABLE (_U(0x1) << TRNG_CTRLA_ENABLE_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_trng_l21.h170 tmp = (tmp & TRNG_CTRLA_ENABLE) >> TRNG_CTRLA_ENABLE_Pos; in hri_trng_get_CTRLA_ENABLE_bit()
180 tmp |= value << TRNG_CTRLA_ENABLE_Pos; in hri_trng_write_CTRLA_ENABLE_bit()