Home
last modified time | relevance | path

Searched refs:PORT_NUM_EACH_PULLUPREG (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.c19 #define PORT_NUM_EACH_PULLUPREG (4U) /* The port numbers in each pull up register. */ macro
141 …base->PUE1 |= (1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
145 …>PUE2 |= (1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - 2U * PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
157 …ase->PUE1 &= ~(1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
161 …PUE2 &= ~(1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - 2U * PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.c19 #define PORT_NUM_EACH_PULLUPREG (4U) /* The port numbers in each pull up register. */ macro
142 …base->PUE1 |= (1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
146 …>PUE2 |= (1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - 2U * PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
158 …ase->PUE1 &= ~(1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
162 …PUE2 &= ~(1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - 2U * PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/
Dfsl_port.c19 #define PORT_NUM_EACH_PULLUPREG (4U) /* The port numbers in each pull up register. */ macro
55 …base->PUEH |= (1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint3… in PORT_SetPinPullUpEnable()
68 … ~(1UL << (PORT_PINNUMS_EACHPORT * ((uint32_t)port - PORT_NUM_EACH_PULLUPREG) + (uint32_t)num)); in PORT_SetPinPullUpEnable()