Searched refs:SetPullUp (Results 1 – 2 of 2) sorted by relevance
146 bool SetPullUp(size_t idx) const { return SetPullInternal(idx, true); } in SetPullUp() function163 bool SetPullUp(size_t idx) const { return SetPullInternal(idx, true); } in SetPullUp() function
71 if (pull_en_.PullEnable(index) && pull_sel_.SetPullUp(index)) { in GpioImplConfigIn()90 if (iocfg_.PullEnable(index) && iocfg_.SetPullUp(index)) { in GpioImplConfigIn()
Completed in 8 milliseconds