Hello,
On Tue, Nov 12, 2024 at 2:13 PM Eugen Hristev <[email protected]> wrote: > > > > +static bool at91_get_port_pio(struct at91_port *at91_port, int offset) > > The name get_port_pio is a bit confusing, can you rename it to something > more meaningful, like maybe is_periph_func or something ? How about at91_is_port_pio_active, more inline to the datasheet.

