| 
    STC15W408AS library 0.13.0
    
   | 
 
Macros | |
| #define | CHIP_ID_SIZE 7 | 
| Size of chip id array.   | |
| #define | CHIP_ID_ADDR_ROM 0x1ff9 | 
| Chip id address in flash memory.  | |
| #define | get_chipid(cid) | 
| Get chip id as array. Array size is ID_SIZE.   | |
Functions | |
| __code | __at (CHIP_ID_ADDR_ROM) uint8_t chip_id | 
| First byte of chip id in flash.   | |
Functions and data structures related to chip id
| #define CHIP_ID_SIZE 7 | 
Size of chip id array.
<>
| #define get_chipid | ( | cid | ) | 
Get chip id as array. Array size is ID_SIZE.
| cid | array of CHIP_ID_SIZE | 
| __code __at | ( | CHIP_ID_ADDR_ROM | ) | 
First byte of chip id in flash.
Size of chip id is CHIP_ID_SIZE