Home
last modified time | relevance | path

Searched refs:GPIO_INFO (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/
A Dhal_gpio.c331 GPIO_INFO("No irq registered handler for this calling !!"); in bad_gpio_irq_handle()
418 GPIO_INFO("return"); in gpio_irq_handle()
797 GPIO_INFO("gpio_desc address is 0x%lx.", gpio_desc->membase); in hal_gpio_irq_attach()
822 GPIO_INFO("request irq %lu succeed!", irq); in hal_gpio_irq_attach()
833 GPIO_INFO("gpio_desc address is 0x%lx.", gpio_desc->membase); in hal_gpio_irq_request()
858 GPIO_INFO("request irq %lu succeed!", irq); in hal_gpio_irq_request()
877 GPIO_INFO("free irq %lu succeed!", irq); in hal_gpio_irq_free()
943 GPIO_INFO("gpio suspend\n"); in hal_gpio_suspend()
976 GPIO_INFO("gpio resume"); in hal_gpio_resume()
989 GPIO_INFO("gpio_desc address is 0x%lx.", gpio_desc->membase); in hal_gpio_irq_disable()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_gpio.h49 #define GPIO_INFO(fmt, arg...) hal_log_info(fmt, ##arg) macro
51 #define GPIO_INFO(fmt, arg...) do {}while(0)

Completed in 7 milliseconds