Ivan Grokhotkov
414e5ce1d5
Merge branch 'bugfix/rmt_mem_struct' into 'master'
Only fix rmt_mem_t struct definition error.
Modify the struct definition according to technical_reference_manual.
Tested.
```
typedef volatile struct {
struct {
union {
struct {
uint32_t duration0: 15;
uint32_t level0: 1;
uint32_t duration1: 15;
uint32_t level1: 1;
};
uint32_t val;
} data[64];
} chan[8];
} rmt_mem_t;
```
See merge request !186
2016-11-08 18:47:53 +08:00
..
2016-11-04 12:18:57 +08:00
2016-11-01 01:21:18 +08:00
2016-11-01 22:35:42 +08:00
2016-11-08 18:47:53 +08:00
2016-10-21 15:27:25 +11:00
2016-09-28 16:26:35 +08:00
2016-10-31 11:04:28 +08:00
2016-11-02 20:54:22 +08:00
2016-09-09 14:07:45 +10:00
2016-11-01 01:21:18 +08:00
2016-11-03 12:46:46 +08:00
2016-09-28 13:24:58 +08:00
2016-11-03 12:46:46 +08:00
2016-10-17 13:40:10 +08:00
2016-11-01 22:26:37 +08:00
2016-11-01 15:16:14 +08:00
2016-09-01 18:45:10 +10:00
2016-10-31 19:08:56 +08:00
2016-10-28 16:53:49 +08:00
2016-10-28 16:16:12 +08:00
2016-11-04 15:52:45 +08:00
2016-10-21 18:01:20 +08:00