Copy file name to clipboardexpand all lines: components/hal/esp32c3/include/hal/gpio_ll.h +17-3 Original file line numberDiff line numberDiff line change @@ -469,7 +469,7 @@ static inline void gpio_ll_iomux_out(gpio_dev_t *hw, uint8_t gpio_num, int func, 469 469 } 470 ...
*/ void gpio_iomux_in(uint32_t gpio_num, uint32_t signal_idx); /** * @brief Set peripheral output to an GPIO pad through the IOMUX. * @param gpio_num gpio_num GPIO number of the pad. * @param func The function number of the peripheral pin to output pin. * One of the ``...
.func_in_sel_cfg(signal as usize - FUNC_IN_SEL_OFFSET) .modify(|_, w| unsafe { w.sel().set_bit(); w.in_inv_sel().bit(false); w.in_sel().bits(value) }); connect_input_signal(signal, value, false, true); } pub(crate) fn disconnect_input_from_peripheral( &mut self, _...
Espressif IoT Development Framework. Official development framework for Espressif SoCs. - esp-idf/components/driver/include/driver/gpio.h at 3cec3a0026098d1b027f2103ec154a15baf97318 · espressif/esp-idf