Searched refs:PIN_CONFIG_MASK (Results 1 – 2 of 2) sorted by relevance
41 #define PIN_CONFIG_MASK 0x03 macro68 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits)) in max7301_direction_input()105 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits)) in max7301_direction_output()129 & PIN_CONFIG_MASK; in max7301_get()
24 #define PIN_CONFIG_MASK 0x03 macro