Searched refs:psoc_ctrl (Results 1 – 1 of 1) sorted by relevance
26 SocCtrl_t* psoc_ctrl = SOC_CTRL_START_ADDR; in hal_setpullup() local29 psoc_ctrl->io_ctrl_b[io_num].cfg = on; in hal_setpullup()33 SocCtrl_t* psoc_ctrl = SOC_CTRL_START_ADDR; in hal_setpinmux() local36 psoc_ctrl->io_ctrl_b[io_num].mux = mux_sel; in hal_setpinmux()40 SocCtrl_t* psoc_ctrl = SOC_CTRL_START_ADDR; in hal_getpinmux() local43 return psoc_ctrl->io_ctrl_b[io_num].mux; in hal_getpinmux()
Completed in 3 milliseconds