Commit b9cd660
committed
Merge pull request #14 in MCU16CE/dspic33ck-power-pwm-complementary from MCU16ASMPSCE/dspic33ck-power-pwm-complementary:feature/_data_structure_cleanup to develop
* commit '93ae9feb17200a92b2ea7731aec4c122377ccf55': (28 commits)
Updated microchip.png with the original logo file
Fixed typo 'Develpoment' to 'Development'
Revert "Updated Microchip logo to solve display issues with previous version"
Fixing typo "Intial' to 'initial'
fixed typo 'Configuraiton' -> 'Configuration'
Updated Microchip logo to solve display issues with previous version
Added function p33c_PwmModule_GetHandle to stay consistent with abstracted SFRs for module and generator registers
added device protection for dsPIC33C
MPLAB X configuraiton change after having renamed files pwm.c/h to pwm_init.c/h
Minor format edits - no content change
Moved PWM mode configuration to the top of configuration settings to make it clearly visible for users where/how the PWM mode is adjusted
changed PWM configuration template pgConfigClear hafter having been renamed from pgConfigDispose to pgConfigClear
Fixed header inclusions after having renamed pwm.h header file to pwm_init.h
Minor format edits - no content change
Grouped fuction prototype declarations into "essential" and "higher level" groups to make it easier for users to find and understand them
Renamed guarding condition of header file
Added NULL-pointer protection to functions
Bugfix: fixed type conflict between pointer and integer
renamed PWM configuration template "Dispose" to "Clear" to make it more intuitive when used in reset as well as dispose functions
renamed files pwm.c/.h to pwm_init.c/h
...File tree
8 files changed
+314
-185
lines changed- .main-meta
- dspic33ck-power-pwm-complementary.X
- nbproject
- sources
- drivers
8 files changed
+314
-185
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 49 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
465 | 462 | | |
466 | 463 | | |
467 | 464 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | 465 | | |
472 | 466 | | |
473 | 467 | | |
| |||
486 | 480 | | |
487 | 481 | | |
488 | 482 | | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
498 | 525 | | |
499 | 526 | | |
500 | 527 | | |
| |||
0 commit comments