Home
last modified time | relevance | path

Searched refs:reg_gpio_func_mux (Results 1 – 8 of 8) sorted by relevance

/hal_telink-latest/tlsr9/drivers/B91/
Dusbhw.h421 reg_gpio_func_mux(GPIO_PA5)=reg_gpio_func_mux(GPIO_PA5)&(~BIT_RNG(2,3)); in usb_set_pin_en()
423 reg_gpio_func_mux(GPIO_PA6)=reg_gpio_func_mux(GPIO_PA6)&(~BIT_RNG(4,5)); in usb_set_pin_en()
Duart.c405 reg_gpio_func_mux(cts_pin)=(reg_gpio_func_mux(cts_pin)& mask)|val; in uart_set_cts_pin()
450 reg_gpio_func_mux(rts_pin)=(reg_gpio_func_mux(rts_pin)& mask)|val; in uart_set_rts_pin()
511 reg_gpio_func_mux(rx_pin)=(reg_gpio_func_mux(rx_pin)& mask)|val; in uart_set_rtx_pin()
744 reg_gpio_func_mux(tx_pin)=(reg_gpio_func_mux(tx_pin)& mask)|val; in uart_set_fuc_pin()
781 reg_gpio_func_mux(rx_pin)=(reg_gpio_func_mux(rx_pin)& mask)|val; in uart_set_fuc_pin()
Dpwm.c68 reg_gpio_func_mux(pin)=(reg_gpio_func_mux(pin)& mask)|val; in pwm_set_pin()
Ds7816.c136 reg_gpio_func_mux(clk_pin)=(reg_gpio_func_mux(clk_pin)&(~BIT_RNG(0,1)))|BIT(0); in s7816_set_pin()
Di2c.c128 reg_gpio_func_mux(sda_pin)=(reg_gpio_func_mux(sda_pin)& mask)|val; in i2c_set_pin()
153 reg_gpio_func_mux(scl_pin)=(reg_gpio_func_mux(scl_pin)& mask)|val; in i2c_set_pin()
Dspi.c121 reg_gpio_func_mux(pin) = (reg_gpio_func_mux(pin) & mask) | val; in hspi_set_pin_mux()
176 reg_gpio_func_mux(pin) = (reg_gpio_func_mux(pin) & mask) | val; in pspi_set_pin_mux()
Daudio.c271 reg_gpio_func_mux(pin)=(reg_gpio_func_mux(pin)& mask)|val; in audio_i2s_set_pin_mux()
/hal_telink-latest/tlsr9/drivers/B91/reg_include/
Dgpio_reg.h146 #define reg_gpio_func_mux(i) REG_ADDR8(0x140330 + (((i>>8)>3) ? 0x20 : ((i>>8)<<1) ) + ((i&0… macro