Searched defs:iopin (Results 1 – 2 of 2) sorted by relevance
28 static inline void iopin_set_high(iopin_t *iopin) in iopin_set_high()51 static inline void iopin_set_low(iopin_t *iopin) in iopin_set_low()74 static inline uint iopin_is_high(iopin_t *iopin) in iopin_is_high()98 static inline uint iopin_is_low(iopin_t *iopin) in iopin_is_low()122 static inline void iopin_set_out(iopin_t *iopin) in iopin_set_out()145 static inline void iopin_set_in(iopin_t *iopin) in iopin_set_in()168 static inline uint iopin_is_out(iopin_t *iopin) in iopin_is_out()192 static inline uint iopin_is_in(iopin_t *iopin) in iopin_is_in()246 static inline uint iopin_is_odr(iopin_t *iopin) in iopin_is_odr()262 static inline uint iopin_is_act(iopin_t *iopin) in iopin_is_act()[all …]
178 iopin_t iopin; in do_iopset() local