atwinc15x0_internal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Gunar Schorcht
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
19 #ifndef ATWINC15X0_INTERNAL_H
20 #define ATWINC15X0_INTERNAL_H
21 
22 #include "atwinc15x0.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
35 extern atwinc15x0_t *atwinc15x0;
36 
40 void atwinc15x0_irq(void);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* ATWINC15X0_INTERNAL_H */
47 
atwinc15x0
ATWINC15x0 device descriptor type.
Definition: atwinc15x0.h:50
atwinc15x0.h
Netdev Driver for the Microchip ATWINC15x0 WiFi Module.
atwinc15x0_irq
void atwinc15x0_irq(void)
ATWINC15x0 device driver ISR.
atwinc15x0
atwinc15x0_t * atwinc15x0
Reference to the single ATWINC15x0 device instance.