面向对象之编写驱动程序--中断(linux系统、s3c6410开发板)

发布时间:2024-09-23  

/*-------------------------

*先申明下,本人是个菜鸟,刚开始接触驱动程序编写,交代下开发环境(主机系统redhat6.3,开发板ARM-s3c6410)

以watchdog (看门狗,俗称狗中断)为例,编写简单的中断(驱动)

-------------------------*/

#include

#include

#include

#include

#include

#include

#include


MODULE_LICENSE('GPL');

MODULE_AUTHOR('cheng');


typedef struct mydev{

        unsigned long gpio_virt;

        unsigned long wdt_virt;

        unsigned long *gpmcon, *gpmdat;

        unsigned long *wtcon, *wtdat, *wtcnt, *wtclrint;

        void (*init_nydev)(struct mydev *this);

        void (*exit_mydev)(struct mydev *this);

        irqreturn_t (*do_irq)(int irq, struct mydev *this);

        void (*led_on)(struct mydev *this);

        void (*led_off)(struct mydev *this);

        void (*wdt_on)(struct mydev *this);

        void (*wdt_off)(struct mydev *this);

}MYDEV;


void my_init_mydev(struct mydev *this);

void my_exit_mydev(struct mydev *this);

irqreturn_t my_do_irq(int irq, struct mydev *this);

void my_led_on(struct mydev *this);

void my_led_off(struct mydev *this);

void my_wdt_on(struct mydev *this);

void my_wdt_off(struct mydev *this);


MYDEV my ;

static int test_init(void)

{

    printk('hello,in my test_initn');

    my.init_mydev = my_init_mydev;

    my.exit_mydev = my_exit_mydev;

    my.init_mydev(&my);


    return 0;

}


void test_exit()

{

    my.exit_mydev(&my);

    printk('this is test exitn');

}


module_init(test_init);

module_exit(test_exit);


void my_init_mydev(struct mydev *this)

{

        this->do_irq   = my_do_irq;

        this->led_on   = my_led_on;

        this->led_off   = my_led_off;

        this->wdt_on  = my_wdt_on;

        this->wdt_off  = my_wdt_off;

        int ret = request_irq(IRQ_WDT, this->do_irq, IRQF_SHARED,'hello', this);

        if(ret < 0){

                printk('request_irq errorn');

                return ;

        }

        this->gpio_virt   =    ioremap(0x7f008000, SZ_4K);

        this->wdt_virt     =    ioremap(0x7e004000, SZ_4K);

        this->gpmcon    =    this->gpio_virt + 0x820;

        this->gpmdat     =    this->gpio_virt + 0x824;

        this->wtcon        =    this->wdt_virt + 0x00;

        this->wtdat         =    this->wdt_virt + 0x04;

        this->wtcnt         =    this->wdt_virt + 0x08;

        this->wtclrint      =    this->wdt_virt + 0x0c;

        this->wdt_on(this);

}


void my_exit_mydev(struct mydev *this)

{

    this->my_wtd_off(this);

    iounmap(this->wdt_virt);

    iounmap(this->gpio_virt);

    free_irq(IRQ_WDT,this);

}


irqreturn_t my_do_irq(int irq, struct mydev *this)

{

    if(irq == IRQ_WDT){

        *this->wtclrint = 0;

        printk('wang wang wangn');

        static int flag = 1;

        if(flag)

            this->led_on(this);

        else

            this->led_off(this);

       flag ^= 1;

    }

    return IRQ_HANDLED;

}


void my_led_on(struct mydev *this)

{

    *this->gpmcon = 1;

    *this->gpmdat = 0;

}


void my_led_off(struct mydev *this)

{

    *this->gpmcon = 1;

    *this->gpmdat = 1;

}


void my_wdt_on(struct mydev *this)

{

    *this->wtcon = (1 << 2) | (1 << 3) | (1 << 5) | (31 << 8);

    *this->wtdat = 0x4000;

    *this->wtcnt = 0x8000;

}


void my_wdt_off(struct mydev *this)

{

    *this->wtcon = 0;

}


/*

    下面是makefile内容:

*/


all:

        make -C linux-2.6.28_smdk6410 M=`pwd` modules

clean:

        make -C /linux-2.6.28_smdk6410 M=`pwd` clean

        rm -rf modules.order

obj-m += test.o 


文章来源于:电子工程世界    原文链接
本站所有转载文章系出于传递更多信息之目的,且明确注明来源,不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。

我们与500+贴片厂合作,完美满足客户的定制需求。为品牌提供定制化的推广方案、专属产品特色页,多渠道推广,SEM/SEO精准营销以及与公众号的联合推广...详细>>

利用葫芦芯平台的卓越技术服务和新产品推广能力,原厂代理能轻松打入消费物联网(IOT)、信息与通信(ICT)、汽车及新能源汽车、工业自动化及工业物联网、装备及功率电子...详细>>

充分利用其强大的电子元器件采购流量,创新性地为这些物料提供了一个全新的窗口。我们的高效数字营销技术,不仅可以助你轻松识别与连接到需求方,更能够极大地提高“闲置物料”的处理能力,通过葫芦芯平台...详细>>

我们的目标很明确:构建一个全方位的半导体产业生态系统。成为一家全球领先的半导体互联网生态公司。目前,我们已成功打造了智能汽车、智能家居、大健康医疗、机器人和材料等五大生态领域。更为重要的是...详细>>

我们深知加工与定制类服务商的价值和重要性,因此,我们倾力为您提供最顶尖的营销资源。在我们的平台上,您可以直接接触到100万的研发工程师和采购工程师,以及10万的活跃客户群体...详细>>

凭借我们强大的专业流量和尖端的互联网数字营销技术,我们承诺为原厂提供免费的产品资料推广服务。无论是最新的资讯、技术动态还是创新产品,都可以通过我们的平台迅速传达给目标客户...详细>>

我们不止于将线索转化为潜在客户。葫芦芯平台致力于形成业务闭环,从引流、宣传到最终销售,全程跟进,确保每一个potential lead都得到妥善处理,从而大幅提高转化率。不仅如此...详细>>