Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h369 #define PORT_PINCFG_PULLEN_Pos 2 /**< \brief (PORT_PINCFG) Pull Enable */ macro
370 #define PORT_PINCFG_PULLEN (_U(0x1) << PORT_PINCFG_PULLEN_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_port_l21.h1133 tmp = (tmp & PORT_PINCFG_PULLEN) >> PORT_PINCFG_PULLEN_Pos; in hri_portgroup_get_PINCFG_PULLEN_bit()
1143 tmp |= value << PORT_PINCFG_PULLEN_Pos; in hri_portgroup_write_PINCFG_PULLEN_bit()
2389 tmp = (tmp & PORT_PINCFG_PULLEN) >> PORT_PINCFG_PULLEN_Pos; in hri_port_get_PINCFG_PULLEN_bit()
2400 tmp |= value << PORT_PINCFG_PULLEN_Pos; in hri_port_write_PINCFG_PULLEN_bit()