Searched refs:ioport_config_data (Results 1 – 1 of 1) sorted by relevance
103 uint32_t ioport_config_data = 0; in gpio_rz_pin_configure() local111 ioport_config_data = 0; in gpio_rz_pin_configure()114 ioport_config_data &= GPIO_RZ_PIN_CONFIGURE_INPUT_OUTPUT_RESET; in gpio_rz_pin_configure()117 ioport_config_data |= IOPORT_CFG_PORT_DIRECTION_OUTPUT_INPUT; in gpio_rz_pin_configure()119 ioport_config_data |= IOPORT_CFG_PORT_DIRECTION_INPUT; in gpio_rz_pin_configure()122 ioport_config_data &= GPIO_RZ_PIN_CONFIGURE_INPUT_OUTPUT_RESET; in gpio_rz_pin_configure()123 ioport_config_data |= IOPORT_CFG_PORT_DIRECTION_OUTPUT; in gpio_rz_pin_configure()131 ioport_config_data |= IOPORT_CFG_PORT_OUTPUT_HIGH; in gpio_rz_pin_configure()133 ioport_config_data &= ~(IOPORT_CFG_PORT_OUTPUT_HIGH); in gpio_rz_pin_configure()137 ioport_config_data |= IOPORT_CFG_PULLUP_ENABLE; in gpio_rz_pin_configure()[all …]