Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 25 of 235) sorted by relevance

12345678910

/hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/drivers/
Dfsl_reset.c34 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
36 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
37 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
56 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
58 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
59 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
86 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
88 if (kOTHER_RST_N_SHIFT_RSTn == peripheral) in RESET_PeripheralReset()
92 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
93 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA156/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA154/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA155/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA153/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA145/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA146/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA143/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA142/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA144/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXA152/drivers/
Dfsl_reset.c41 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
43 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_SetPeripheralReset()
44 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_SetPeripheralReset()
48 if (peripheral == NotAvail_RSTn) in RESET_SetPeripheralReset()
92 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
94 uint32_t regIndex = GET_REG_INDEX(peripheral); in RESET_ClearPeripheralReset()
95 uint32_t bitPos = GET_BIT_INDEX(peripheral); in RESET_ClearPeripheralReset()
137 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
139 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
140 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/drivers/
Dfsl_reset.c30 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
32 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
33 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
52 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
54 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
55 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
82 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
84 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
85 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5506/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5506CPXXXX/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S69/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/drivers/
Dfsl_reset.c34 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
36 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
37 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
56 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
58 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
59 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
86 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
88 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
89 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5504CPXXXX/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5514/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5516/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S04/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5512/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/drivers/
Dfsl_reset.c34 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
36 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
37 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
56 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
58 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
59 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
86 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
88 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
89 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S66/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5502CPXXXX/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S26/drivers/
Dfsl_reset.c42 void RESET_SetPeripheralReset(reset_ip_name_t peripheral) in RESET_SetPeripheralReset() argument
44 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_SetPeripheralReset()
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset()
67 void RESET_ClearPeripheralReset(reset_ip_name_t peripheral) in RESET_ClearPeripheralReset() argument
69 const uint32_t regIndex = ((uint32_t)peripheral & 0xFFFF0000u) >> 16; in RESET_ClearPeripheralReset()
70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset()
93 void RESET_PeripheralReset(reset_ip_name_t peripheral) in RESET_PeripheralReset() argument
95 RESET_SetPeripheralReset(peripheral); in RESET_PeripheralReset()
96 RESET_ClearPeripheralReset(peripheral); in RESET_PeripheralReset()

12345678910