mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-10 00:42:48 +00:00
i2s: update documents for driver-NG
This commit is contained in:
@@ -570,6 +570,16 @@ static inline __attribute__((always_inline)) void gpio_ll_iomux_func_sel(uint32_
|
||||
PIN_FUNC_SELECT(pin_name, func);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Control the pin in the IOMUX
|
||||
*
|
||||
* @param val Control value
|
||||
*/
|
||||
static inline __attribute__((always_inline)) void gpio_ll_iomux_pin_ctrl(uint32_t val)
|
||||
{
|
||||
WRITE_PERI_REG(PIN_CTRL, val);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Set peripheral output to an GPIO pad through the IOMUX.
|
||||
*
|
||||
|
Reference in New Issue
Block a user