Home
last modified time | relevance | path

Searched refs:PR (Results 1 – 25 of 172) sorted by relevance

1234567

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt13 - eRPC,erpcgen: Fixing/improving markdown files, GitHub PR #395.
14 - eRPC: Fix Python client TCPTransports not being able to close, GitHub PR #390.
15 - eRPC,erpcgen: Align switch brackets, GitHub PR #396.
16 - eRPC,erpcgen: Remove cstbool library, GitHub PR #403.
17 - erpc: Fix zephyr uart transport, GitHub PR #410.
18 - erpc: Add BSD-3 license to endianness agnostic files, GitHub PR #417.
19 …ZEPHYR Transport stop to work after a few transactions when using USB-CDC resolved, GitHub PR #420.
31 - eRPC: Add dynamic/static option for transport init, GitHub PR #361.
32 - eRPC: Fix receive error value for spidev, GitHub PR #363.
34 - eRPC: Fix typo in assert, GitHub PR #371.
[all …]
/hal_nxp-latest/imx/drivers/
Dgpt.h175 base->PR = (base->PR & ~GPT_PR_PRESCALER_MASK) | GPT_PR_PRESCALER(prescaler); in GPT_SetPrescaler()
186 return (base->PR & GPT_PR_PRESCALER_MASK) >> GPT_PR_PRESCALER_SHIFT; in GPT_GetPrescaler()
199 base->PR = (base->PR & ~GPT_PR_PRESCALER24M_MASK) | GPT_PR_PRESCALER24M(prescaler); in GPT_SetOscPrescaler()
210 return (base->PR & GPT_PR_PRESCALER24M_MASK) >> GPT_PR_PRESCALER24M_SHIFT; in GPT_GetOscPrescaler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/gpt/
Dfsl_gpt.h255 base->PR = (base->PR & ~GPT_PR_PRESCALER_MASK) | GPT_PR_PRESCALER(divider - 1U); in GPT_SetClockDivider()
266 return ((base->PR & GPT_PR_PRESCALER_MASK) >> GPT_PR_PRESCALER_SHIFT) + 1U; in GPT_GetClockDivider()
279 base->PR = (base->PR & ~GPT_PR_PRESCALER24M_MASK) | GPT_PR_PRESCALER24M(divider - 1U); in GPT_SetOscClockDivider()
290 return ((base->PR & GPT_PR_PRESCALER24M_MASK) >> GPT_PR_PRESCALER24M_SHIFT) + 1U; in GPT_GetOscClockDivider()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.c119 base->PR = CTIMER_PR_PRVAL(config->prescale); in CTIMER_Init()
202 uint32_t timerClock = srcClock_Hz / (base->PR + 1U); in CTIMER_SetupPwm()
Dfsl_ctimer.h537 base->PR = CTIMER_PR_PRVAL(prescale); in CTIMER_SetPrescale()
/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING.md102 …ign-off is detected, the check will fails, you could check details and update your PR accordingly.|
178 …sted but it's OK** to amend your previous commit and use force push to update your PR conveniently.
/hal_nxp-latest/mcux/
DREADME87 …sb\middleware_usb_common_header.cmake to remove "#include(component_osa)". PR submitted to upstream
/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_usim.c369 CTIMER0->PR = 0U; in SMARTCARD_USIM_TimerInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/
DLPC802.h1172 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC804/
DLPC804.h1554 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/
DLPC844.h1252 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/
DLPC845.h1658 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/
DLPC51U68.h1285 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/
DLPC54114_cm0plus.h1241 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
DLPC54114_cm4.h1252 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/
DLPC54113.h1253 …__IO uint32_t PR; /**< Prescale Register. When the Prescale Counter… member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/
DLPC54607.h1456 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/
DLPC54S005.h1863 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/
DLPC54005.h1455 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/
DLPC54605.h1459 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/
DLPC54606.h2925 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/
DLPC54016.h2730 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/
DLPC54616.h3000 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018M/
DLPC54018M.h2998 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/
DLPC54628.h2996 __IO uint32_t PR; /**< Prescale Register, offset: 0xC */ member

1234567