Searched refs:SetPullDown (Results 1 – 2 of 2) sorted by relevance
147 bool SetPullDown(size_t idx) const { return SetPullInternal(idx, false); } in SetPullDown() function164 bool SetPullDown(size_t idx) const { return SetPullInternal(idx, false); } in SetPullDown() function
76 if (pull_en_.PullEnable(index) && pull_sel_.SetPullDown(index)) { in GpioImplConfigIn()95 if (iocfg_.PullEnable(index) && iocfg_.SetPullDown(index)) { in GpioImplConfigIn()
Completed in 5 milliseconds