Home
last modified time | relevance | path

Searched refs:MXC_FLC0 (Results 1 – 24 of 24) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/
Dflc_ai87.c72 *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 …]
Dflc_me15.c51 *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()
Dflc_me12.c328 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()
Dflc_me13.c77 *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()
Dflc_me18.c78 *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()
Dflc_me17.c72 *flc = MXC_FLC0; in MXC_FLC_ME17_GetByAddress()
74 *flc = MXC_FLC0; in MXC_FLC_ME17_GetByAddress()
Dflc_me14.c72 *flc = MXC_FLC0; in MXC_FLC_ME14_GetByAddress()
76 *flc = MXC_FLC0; in MXC_FLC_ME14_GetByAddress()
Dflc_me21.c73 *flc = MXC_FLC0; in MXC_FLC_ME21_GetByAddress()
78 *flc = MXC_FLC0; in MXC_FLC_ME21_GetByAddress()
Dflc_reva.c42 #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/
Dmax78002.h500 #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/
Dmax78000.h512 #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/
Dmax32680.h506 #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/
Dmax32655.h512 #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/
Dlp_me15.c123 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/
Dmax32670.h406 #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/
Dmax32672.h443 #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/
Dmax32675.h405 #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/
Dmax32570.h461 #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/
Dmax32690.h555 #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/
Dmax32665.h502 #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/
Dmax32660.h289 #define MXC_FLC0 MXC_FLC macro
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32520/Include/
Dmax32520.h369 #define MXC_FLC0 MXC_FLC macro
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32662/Include/
Dmax32662.h378 #define MXC_FLC0 MXC_FLC macro
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32650/Include/
Dmax32650.h419 #define MXC_FLC0 MXC_FLC macro