Module bl602_sdk::gpio [−][src]
Expand description
GPIO HAL for BL602. See https://lupyuen.github.io/articles/book#gpio-on-bl602
Structs
Functions
Configure a GPIO Pin for Input Mode. See bl_gpio_enable_input
in “Enable GPIO” https://lupyuen.github.io/articles/led#enable-gpio
Configure a GPIO Pin for Output Mode. See bl_gpio_enable_output
in “Enable GPIO” https://lupyuen.github.io/articles/led#enable-gpio
Get the input value of a GPIO Pin, by reference. See bl_gpio_input_get
in “Read and Write GPIO” https://lupyuen.github.io/articles/led#read-and-write-gpio
Get the input value of GPIO Pin. See bl_gpio_input_get_value
in “Read and Write GPIO” https://lupyuen.github.io/articles/led#read-and-write-gpio
Clear GPIO Interrupt. See bl_gpio_int_clear
in “GPIO Interrupts” https://lupyuen.github.io/articles/led#gpio-interrupts
Set GPIO Interrupt Mask. See bl_gpio_intmask
in “GPIO Interrupts” https://lupyuen.github.io/articles/led#gpio-interrupts
Set the output value of a GPIO Pin. See bl_gpio_output_set
in “Read and Write GPIO” https://lupyuen.github.io/articles/led#read-and-write-gpio
Register GPIO Interrupt. See bl_gpio_register
in “GPIO Interrupts” https://lupyuen.github.io/articles/led#gpio-interrupts