Home
last modified time | relevance | path

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

/system/dev/gpio/mt-8167/
A Dmt8167-gpio-regs.h146 bool SetPullUp(size_t idx) const { return SetPullInternal(idx, true); } in SetPullUp()
147 bool SetPullDown(size_t idx) const { return SetPullInternal(idx, false); } in SetPullDown()
150 bool SetPullInternal(size_t idx, bool up) const { in SetPullInternal() function
163 bool SetPullUp(size_t idx) const { return SetPullInternal(idx, true); } in SetPullUp()
164 bool SetPullDown(size_t idx) const { return SetPullInternal(idx, false); } in SetPullDown()
169 bool SetPullInternal(size_t idx, bool up) const { in SetPullInternal() function

Completed in 3 milliseconds