|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_firewall.h>
Data Fields | |
| uint32_t | base |
| int | irq |
| uint8_t | init_status |
| sdrv_firewall_callback_t | callback |
| void * | userdata |
| sdrv_firewall_err_t | error_info |
| const sdrv_firewall_cfg_t * | config |
| uint32_t base |
MAC module address base.
| sdrv_firewall_callback_t callback |
the callback function.
| const sdrv_firewall_cfg_t* config |
the configuration of the firewall.
| sdrv_firewall_err_t error_info |
the illegal access error info of the firewall module.
| uint8_t init_status |
firewall module initialize status.
| int irq |
firewall module irq number.
| spin_lock_t spinlock |
| void* userdata |
the param of the callback function.