Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 82) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A31A/
Dsystem_K32L2A31A.c87 uint16_t Divider, prediv, multi; in SystemCoreClockUpdate() local
117multi = (uint16_t)(((SCG->SPLLCFG & SCG_SPLLCFG_MULT_MASK) >> SCG_SPLLCFG_MULT_SHIFT) + 16U); in SystemCoreClockUpdate()
118 SCGOUTClock = SCGOUTClock * multi / (prediv * 2U); in SystemCoreClockUpdate()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A41A/
Dsystem_K32L2A41A.c87 uint16_t Divider, prediv, multi; in SystemCoreClockUpdate() local
117multi = (uint16_t)(((SCG->SPLLCFG & SCG_SPLLCFG_MULT_MASK) >> SCG_SPLLCFG_MULT_SHIFT) + 16U); in SystemCoreClockUpdate()
118 SCGOUTClock = SCGOUTClock * multi / (prediv * 2U); in SystemCoreClockUpdate()
/hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c72 static uint32_t SSD1963_GetPllDivider(uint8_t *multi, uint8_t *div, uint32_t srcClock_Hz);
90 static uint32_t SSD1963_GetPllDivider(uint8_t *multi, uint8_t *div, uint32_t srcClock_Hz) in SSD1963_GetPllDivider() argument
151 *multi = (uint8_t)multiCandidate; in SSD1963_GetPllDivider()
166 uint8_t multi, div; in SSD1963_Init() local
178 pllFreq_Hz = SSD1963_GetPllDivider(&multi, &div, srcClock_Hz); in SSD1963_Init()
210 commandParam[0] = multi; in SSD1963_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/
Dsystem_MKE18F16.c113 uint16_t Divider, prediv, multi; in SystemCoreClockUpdate() local
138 multi = (uint16_t)(((SCG->SPLLCFG & SCG_SPLLCFG_MULT_MASK) >> SCG_SPLLCFG_MULT_SHIFT) + 16U); in SystemCoreClockUpdate()
139 SCGOUTClock = SCGOUTClock * multi / (prediv * 2U); in SystemCoreClockUpdate()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/
Dsystem_MKE16F16.c113 uint16_t Divider, prediv, multi; in SystemCoreClockUpdate() local
138 multi = (uint16_t)(((SCG->SPLLCFG & SCG_SPLLCFG_MULT_MASK) >> SCG_SPLLCFG_MULT_SHIFT) + 16U); in SystemCoreClockUpdate()
139 SCGOUTClock = SCGOUTClock * multi / (prediv * 2U); in SystemCoreClockUpdate()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/
Dsystem_MKE14F16.c113 uint16_t Divider, prediv, multi; in SystemCoreClockUpdate() local
138 multi = (uint16_t)(((SCG->SPLLCFG & SCG_SPLLCFG_MULT_MASK) >> SCG_SPLLCFG_MULT_SHIFT) + 16U); in SystemCoreClockUpdate()
139 SCGOUTClock = SCGOUTClock * multi / (prediv * 2U); in SystemCoreClockUpdate()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKW41Z4/drivers/
Dfsl_clock.c734 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
764 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
765 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
794 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z7/drivers/
Dfsl_clock.c833 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
863 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
864 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
893 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV11Z7/drivers/
Dfsl_clock.c847 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
877 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
878 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
908 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z1287/drivers/
Dfsl_clock.c847 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
877 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
878 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
908 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/drivers/
Dfsl_clock.c958 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
988 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
989 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1019 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12810/drivers/
Dfsl_clock.c1049 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1079 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1080 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1110 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV30F12810/drivers/
Dfsl_clock.c961 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
991 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
992 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1022 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F12810/drivers/
Dfsl_clock.c966 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
996 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
997 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1027 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL25Z4/drivers/
Dfsl_clock.c891 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
921 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
922 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
951 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKW22D5/drivers/
Dfsl_clock.c974 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1004 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1005 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1034 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKW24D5/drivers/
Dfsl_clock.c974 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1004 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1005 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1034 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/drivers/
Dfsl_clock.c1140 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1170 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1171 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1200 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV58F24/drivers/
Dfsl_clock.c1182 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1212 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1213 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1243 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV56F24/drivers/
Dfsl_clock.c1182 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1212 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1213 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1243 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F51212/drivers/
Dfsl_clock.c1239 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1269 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1270 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1300 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F25612/drivers/
Dfsl_clock.c1224 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1254 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1255 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1285 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/
DSW-Content-Register.txt312 Description: VoiceSeeker is a multi-microphone
331 Description: VoiceSeeker is a multi-microphone
351 Description: VoiceSeeker is a multi-microphone
370 Description: VoiceSeeker is a multi-microphone
389 Description: VoiceSeeker is a multi-microphone
408 Description: VoiceSeeker is a multi-microphone
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/drivers/
Dfsl_clock.c1274 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1304 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1305 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1335 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK82F25615/drivers/
Dfsl_clock.c1333 uint32_t multi; /* extFreq / desireFreq */ in CLOCK_TrimInternalRefClk() local
1363 multi = extFreq / desireFreq; in CLOCK_TrimInternalRefClk()
1364 actv = multi * 21U; in CLOCK_TrimInternalRefClk()
1394 *actualFreq = extFreq / multi; in CLOCK_TrimInternalRefClk()

1234