Function report |
Source Code:include\linux\cs5535.h |
Create Date:2022-07-28 07:46:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cs5535_has_vsa2
Proto:static inline int cs5535_has_vsa2(void)
Type:int
Parameter:Nothing
| 123 | has_vsa2 = -1 |
| 125 | If has_vsa2 == -1 Then |
| 135 | val = inw(VSA_VRC_DATA) |
| 136 | has_vsa2 = val == signature is ascii 'VSA2' || val == General Software signature |
| 139 | Return has_vsa2 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |