LCOV - code coverage report
Current view: top level - zephyr/drivers/misc/renesas_rx_external_interrupt - renesas_rx_external_interrupt.h Coverage Total Hit
Test: new.info Lines: 0.0 % 10 0
Test Date: 2025-09-05 20:47:19

            Line data    Source code
       1            0 : /*
       2              :  * Copyright (c) 2025 Renesas Electronics Corporation
       3              :  *
       4              :  * SPDX-License-Identifier: Apache-2.0
       5              :  */
       6              : 
       7              : #ifndef ZEPHYR_DRIVERS_MISC_RENESAS_RX_EXTERNAL_INTERRUPT_H_
       8              : #define ZEPHYR_DRIVERS_MISC_RENESAS_RX_EXTERNAL_INTERRUPT_H_
       9              : 
      10              : #include <zephyr/drivers/gpio.h>
      11              : 
      12            0 : struct gpio_rx_callback {
      13            0 :         struct device *port;
      14            0 :         uint8_t port_num;
      15            0 :         uint8_t pin;
      16            0 :         enum gpio_int_trig trigger;
      17            0 :         enum gpio_int_mode mode;
      18            0 :         void (*isr)(const struct device *dev, gpio_pin_t pin);
      19              : };
      20              : 
      21            0 : int gpio_rx_interrupt_set(const struct device *dev, struct gpio_rx_callback *callback);
      22            0 : void gpio_rx_interrupt_unset(const struct device *dev, uint8_t port_num, uint8_t pin);
      23              : 
      24              : #endif /* ZEPHYR_DRIVERS_MISC_RENESAS_RX_EXTERNAL_INTERRUPT_H_ */
        

Generated by: LCOV version 2.0-1