Home
last modified time | relevance | path

Searched refs:odr (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_gpio.c429 uint32_t odr; in HAL_GPIO_TogglePin() local
435 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_gpio.c437 uint32_t odr; in HAL_GPIO_TogglePin() local
443 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
446 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_gpio.c441 uint32_t odr; in HAL_GPIO_TogglePin() local
447 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
450 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_gpio.c429 uint32_t odr; in HAL_GPIO_TogglePin() local
435 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_gpio.c439 uint32_t odr; in HAL_GPIO_TogglePin() local
445 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
448 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_gpio.c432 uint32_t odr; in HAL_GPIO_TogglePin() local
438 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
441 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gpio.c470 uint32_t odr; in HAL_GPIO_TogglePin() local
476 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
479 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gpio.c455 uint32_t odr; in HAL_GPIO_TogglePin() local
461 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
464 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_gpio.c423 uint32_t odr; in HAL_GPIO_TogglePin() local
429 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
432 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_gpio.c435 uint32_t odr; in HAL_GPIO_TogglePin() local
441 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
444 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio.c489 uint32_t odr; in HAL_GPIO_TogglePin() local
495 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
498 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_gpio.c429 uint32_t odr; in HAL_GPIO_TogglePin() local
435 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gpio.c447 uint32_t odr; in HAL_GPIO_TogglePin() local
453 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
456 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_gpio.c452 uint32_t odr; in HAL_GPIO_TogglePin() local
458 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
461 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_gpio.c451 uint32_t odr; in HAL_GPIO_TogglePin() local
457 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
460 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_gpio.c437 uint32_t odr; in HAL_GPIO_TogglePin() local
443 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
446 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_gpio.c464 uint32_t odr; in HAL_GPIO_TogglePin() local
470 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
473 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_gpio.c521 uint32_t odr; in HAL_GPIO_TogglePin() local
527 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
530 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gpio.c426 uint32_t odr; in HAL_GPIO_TogglePin() local
432 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
435 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c458 uint32_t odr; in HAL_GPIO_TogglePin() local
464 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
467 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gpio.c477 uint32_t odr; in HAL_GPIO_TogglePin() local
483 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
486 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c438 uint32_t odr; in HAL_GPIO_TogglePin() local
444 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
447 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c562 uint32_t odr; in HAL_GPIO_TogglePin() local
568 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
571 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_gpio.h941 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
942 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_gpio.h953 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
954 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()

12