/hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/drivers/ |
D | fsl_reset.c | 34 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 41 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/ |
D | fsl_reset.c | 30 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 34 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 34 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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/ |
D | fsl_reset.c | 42 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()
|