Home
last modified time | relevance | path

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

12

/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_gpio.c428 uint32_t odr; in HAL_GPIO_TogglePin() local
434 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
437 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_gpio.h938 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
939 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_gpio.h903 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
904 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_gpio.h954 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
955 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_gpio.h950 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
951 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_gpio.h898 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
899 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_gpio.h947 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin() local
948 WRITE_REG(GPIOx->BSRR, ((odr & PinMask) << 16u) | (~odr & PinMask)); in LL_GPIO_TogglePin()

12