Home
last modified time | relevance | path

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

/loramac-node-3.4.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()
57 hri_port_write_WRCONFIG_reg( in _gpio_set_direction()
63hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | PORT_WRCONFIG_INEN | (mask & 0xff… in _gpio_set_direction()
64 hri_port_write_WRCONFIG_reg(PORT, in _gpio_set_direction()
72 hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | (mask & 0xffff)); in _gpio_set_direction()
73 hri_port_write_WRCONFIG_reg( in _gpio_set_direction()
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_port_l21.h1413 static inline void hri_port_write_WRCONFIG_reg(const void *const hw, uint8_t submodule_index, in hri_port_write_WRCONFIG_reg() function