Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/port/
Dhpl_gpio_base.h56 hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | (mask & 0xffff)); in _gpio_set_direction()
58 PORT, port, PORT_WRCONFIG_HWSEL | PORT_WRCONFIG_WRPINCFG | ((mask & 0xffff0000) >> 16)); in _gpio_set_direction()
63 …hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | PORT_WRCONFIG_INEN | (mask & 0xff… in _gpio_set_direction()
66 PORT_WRCONFIG_HWSEL | PORT_WRCONFIG_WRPINCFG | PORT_WRCONFIG_INEN in _gpio_set_direction()
72 hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | (mask & 0xffff)); in _gpio_set_direction()
74 PORT, port, PORT_WRCONFIG_HWSEL | PORT_WRCONFIG_WRPINCFG | ((mask & 0xffff0000) >> 16)); in _gpio_set_direction()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dport.h262 #define PORT_WRCONFIG_WRPINCFG (_U(0x1) << PORT_WRCONFIG_WRPINCFG_Pos) macro