Searched refs:PORT_IOBUS (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/port/ |
D | hpl_gpio_base.h | 55 hri_port_clear_DIR_reg(PORT_IOBUS, port, mask); in _gpio_set_direction() 62 hri_port_clear_DIR_reg(PORT_IOBUS, port, mask); in _gpio_set_direction() 71 hri_port_set_DIR_reg(PORT_IOBUS, port, mask); in _gpio_set_direction() 88 hri_port_set_OUT_reg(PORT_IOBUS, port, mask); in _gpio_set_level() 90 hri_port_clear_OUT_reg(PORT_IOBUS, port, mask); in _gpio_set_level() 99 hri_port_toggle_OUT_reg(PORT_IOBUS, port, mask); in _gpio_toggle_level() 111 uint32_t dir_tmp = hri_port_read_DIR_reg(PORT_IOBUS, port); in _gpio_get_level() 114 tmp |= hri_port_read_OUT_reg(PORT_IOBUS, port) & dir_tmp; in _gpio_get_level() 133 hri_port_clear_DIR_reg(PORT_IOBUS, port, 1U << pin); in _gpio_set_pin_pull_mode() 135 hri_port_set_OUT_reg(PORT_IOBUS, port, 1U << pin); in _gpio_set_pin_pull_mode() [all …]
|
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/ |
D | saml21e15b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21e16b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21e17b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21e18b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21g16b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21g17b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21g18b.h | 411 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 515 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 519 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21j16b.h | 419 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 525 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 529 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21j17b.h | 419 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 525 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 529 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21j18b.h | 419 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 525 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 529 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|
D | saml21j18bu.h | 419 #define PORT_IOBUS (0x60000000) /**< \brief (PORT) IOBUS Base Address */ macro 525 #define PORT_IOBUS ((Port *)0x60000000UL) /**< \brief (PORT) IOBUS Base Address */ macro 529 #define PORT_IOBUS_INSTS { PORT_IOBUS } /**< \brief (PORT) Instances List */
|