pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Documentation for gpio_set_irq_enabled doesn't specify the mask values, only bit number

Open lexbailey opened this issue 3 years ago • 2 comments

The documenation for gpio_set_irq_enabled is a little bit unhelpful in that it doesn't speicfy the mask numbers (which are the numbers that someoe is interested in when they read the docs for this function), it only specifies the bit values.

It also fails to mention the enum gpio_set_irq_enabled which defines the mask values.

I have a PR ready that fixes this.

lexbailey avatar Jan 23 '22 22:01 lexbailey

PR: #717

lexbailey avatar Jan 23 '22 22:01 lexbailey

I guess this ought to be closed, given that the linked PR #717 has been closed?

lurch avatar May 20 '24 00:05 lurch