Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h90 #define TAL_EXTCTRL_INV_Pos 1 /**< \brief (TAL_EXTCTRL) Invert BRK Pin */ macro
91 #define TAL_EXTCTRL_INV (_U(0x1) << TAL_EXTCTRL_INV_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h378 tmp = (tmp & TAL_EXTCTRL_INV) >> TAL_EXTCTRL_INV_Pos; in hri_tal_get_EXTCTRL_INV_bit()
388 tmp |= value << TAL_EXTCTRL_INV_Pos; in hri_tal_write_EXTCTRL_INV_bit()