Searched defs:gpio_status (Results 1 – 1 of 1) sorted by relevance
84 struct gpio_status { struct85 uint32_t IO_level; /* Actual levels in the pins */86 uint32_t O_level;88 uint32_t DETECT; /* Sense output / unlatched/non-sticky detect */89 uint32_t LDETECT; /* Latched sense output */90 bool DETECT_signal; /* Individual detect signal to the GPIOTE (for 5340 == DETECT_NSEC) */91 bool DETECT_SEC_signal; /* Only used for 5340 */93 uint32_t INPUT_mask; /* As a 32bit mask, PIN_CNF[*].INPUT (0: enabled; 1: disabled)*/94 uint32_t SENSE_mask; /* As a 32bit mask, PIN_CNF[*].SENSE.en (1: enabled; 0: disabled)*/95 uint32_t SENSE_inv; /* As a 32bit mask, PIN_CNF[*].SENSE.inv (1: inverted;0: not inverted) */[all …]