| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/ |
| D | flc_ai87.c | 72 *flc = MXC_FLC0; in MXC_FLC_AI87_GetByAddress() 74 *flc = MXC_FLC0; in MXC_FLC_AI87_GetByAddress() 327 return &(MXC_FLC0->welr0); in MXC_FLC_GetWELR() 329 return &(MXC_FLC0->welr1); in MXC_FLC_GetWELR() 331 return &(MXC_FLC0->welr2); in MXC_FLC_GetWELR() 333 return &(MXC_FLC0->welr3); in MXC_FLC_GetWELR() 335 return &(MXC_FLC0->welr4); in MXC_FLC_GetWELR() 353 return &(MXC_FLC0->rlr0); in MXC_FLC_GetRLR() 355 return &(MXC_FLC0->rlr1); in MXC_FLC_GetRLR() 357 return &(MXC_FLC0->rlr2); in MXC_FLC_GetRLR() [all …]
|
| D | flc_me15.c | 51 *flc = MXC_FLC0; in MXC_FLC_ME15_GetByAddress() 53 *flc = MXC_FLC0; in MXC_FLC_ME15_GetByAddress() 309 return &(MXC_FLC0->welr0); in MXC_FLC_GetWELR() 311 return &(MXC_FLC0->welr1); in MXC_FLC_GetWELR() 329 return &(MXC_FLC0->rlr0); in MXC_FLC_GetRLR() 331 return &(MXC_FLC0->rlr1); in MXC_FLC_GetRLR()
|
| D | flc_me12.c | 328 return &(MXC_FLC0->welr0); in MXC_FLC_GetWELR() 330 return &(MXC_FLC0->welr1); in MXC_FLC_GetWELR() 348 return &(MXC_FLC0->rlr0); in MXC_FLC_GetRLR() 350 return &(MXC_FLC0->rlr1); in MXC_FLC_GetRLR()
|
| D | flc_me13.c | 77 *flc = MXC_FLC0; in MXC_FLC_ME13_GetByAddress() 81 *flc = MXC_FLC0; in MXC_FLC_ME13_GetByAddress() 112 MXC_FLC_SetFLCInt(MXC_FLC0); in MXC_FLC_Init()
|
| D | flc_me18.c | 78 *flc = MXC_FLC0; in MXC_FLC_ME18_GetByAddress() 83 *flc = MXC_FLC0; in MXC_FLC_ME18_GetByAddress() 135 if ((err = MXC_FLC_RevA_MassErase((mxc_flc_reva_regs_t *)MXC_FLC0)) != E_NO_ERROR) { in MXC_FLC_MassErase()
|
| D | flc_me17.c | 72 *flc = MXC_FLC0; in MXC_FLC_ME17_GetByAddress() 74 *flc = MXC_FLC0; in MXC_FLC_ME17_GetByAddress()
|
| D | flc_me14.c | 72 *flc = MXC_FLC0; in MXC_FLC_ME14_GetByAddress() 76 *flc = MXC_FLC0; in MXC_FLC_ME14_GetByAddress()
|
| D | flc_me21.c | 73 *flc = MXC_FLC0; in MXC_FLC_ME21_GetByAddress() 78 *flc = MXC_FLC0; in MXC_FLC_ME21_GetByAddress()
|
| D | flc_reva.c | 42 #ifdef MXC_FLC0 43 static mxc_flc_reva_regs_t *flc_int = (mxc_flc_reva_regs_t *)MXC_FLC0;
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78002/Include/ |
| D | max78002.h | 500 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 501 #define MXC_FLC MXC_FLC0 507 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 509 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78000/Include/ |
| D | max78000.h | 512 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 513 #define MXC_FLC MXC_FLC0 519 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 521 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32680/Include/ |
| D | max32680.h | 506 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 507 #define MXC_FLC MXC_FLC0 513 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 515 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32655/Include/ |
| D | max32655.h | 512 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 513 #define MXC_FLC MXC_FLC0 519 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 521 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/LP/ |
| D | lp_me15.c | 123 MXC_FLC0->ctrl |= MXC_F_FLC_CTRL_LVE; in MXC_LP_SetOVR() 126 MXC_FLC0->ctrl &= ~(MXC_F_FLC_CTRL_LVE); in MXC_LP_SetOVR()
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32670/Include/ |
| D | max32670.h | 406 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 412 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 414 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32672/Include/ |
| D | max32672.h | 443 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 452 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : (i) == 1 ? MXC_FLC1 : 0) 454 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : (p) == MXC_FLC1 ? 1 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32675/Include/ |
| D | max32675.h | 405 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 411 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : 0) 413 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32570/Include/ |
| D | max32570.h | 461 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 465 #define MXC_FLC MXC_FLC0 471 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : (i) == 1 ? MXC_FLC1 : 0) 473 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : (p) == MXC_FLC1 ? 1 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32690/Include/ |
| D | max32690.h | 555 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 556 #define MXC_FLC MXC_FLC0 564 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : (i) == 1 ? MXC_FLC1 : 0) 566 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : (p) == MXC_FLC1 ? 1 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32665/Include/ |
| D | max32665.h | 502 #define MXC_FLC0 ((mxc_flc_regs_t *)MXC_BASE_FLC0) macro 510 #define MXC_FLC_GET_FLC(i) ((i) == 0 ? MXC_FLC0 : (i) == 1 ? MXC_FLC1 : 0) 512 #define MXC_FLC_GET_IDX(p) ((p) == MXC_FLC0 ? 0 : (p) == MXC_FLC1 ? 1 : -1)
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32660/Include/ |
| D | max32660.h | 289 #define MXC_FLC0 MXC_FLC macro
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32520/Include/ |
| D | max32520.h | 369 #define MXC_FLC0 MXC_FLC macro
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32662/Include/ |
| D | max32662.h | 378 #define MXC_FLC0 MXC_FLC macro
|
| /hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32650/Include/ |
| D | max32650.h | 419 #define MXC_FLC0 MXC_FLC macro
|