Home
last modified time | relevance | path

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

1234

/dports/devel/openocd/openocd-0.11.0/contrib/loaders/flash/stmqspi/
H A Dgpio_conf_stm32.pl439 my $OTYPER = 0x0;
481 $OTYPER = ($1 eq 'O') ? 0x1 : 0x0;
482 $$out{'OTYPER_H'} |= ($OTYPER << $pin);
483 $$out{'OTYPER_L'} |= (($OTYPER ^ 0x1) << $pin);
503 $OTYPER = ($1 eq 'O') ? 0x1 : 0x0;
504 $$out{'OTYPER_H'} |= ($OTYPER << $pin);
505 $$out{'OTYPER_L'} |= (($OTYPER ^ 0x1) << $pin);
528 $OTYPER = ($1 eq 'O') ? 0x1 : 0x0;
529 $$out{'OTYPER_H'} |= ($OTYPER << $pin);
530 $$out{'OTYPER_L'} |= (($OTYPER ^ 0x1) << $pin);
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f4xx/
H A Dsystem_stm32f4xx.c476 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
488 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
500 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
512 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f4xx/
H A Dsystem_stm32f4xx.c476 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
488 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
500 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
512 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
/dports/audio/codec2/codec2-1.0.3/stm32/src/
H A Dsystem_stm32f4xx.c495 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
507 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
519 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
531 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmphalport.c120 gpio->OTYPER = (gpio->OTYPER & ~(1 << pin)) | (((mode >> 2) & 1) << pin); in mp_hal_pin_config()
123 gpio->OTYPER = (gpio->OTYPER & ~(1 << pin)) | ((mode >> 2) << pin); in mp_hal_pin_config()
H A Dpin_defs_stm32.c12 if (gpio->OTYPER & pin->pin_mask) { in pin_get_mode()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_gpio.c204 temp = GPIOx->OTYPER; in HAL_GPIO_Init()
207 GPIOx->OTYPER = temp; in HAL_GPIO_Init()
343 GPIOx->OTYPER &= ~(GPIO_OTYPER_OT0 << position); in HAL_GPIO_DeInit()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_gpio.c234 temp = GPIOx->OTYPER; in HAL_GPIO_Init()
237 GPIOx->OTYPER = temp; in HAL_GPIO_Init()
359 GPIOx->OTYPER &= ~(GPIO_OTYPER_OT0 << position) ; in HAL_GPIO_DeInit()
/dports/devel/tinygo/tinygo-0.14.1/src/machine/
H A Dmachine_stm32_moder_gpio.go88 port.OTYPER.ReplaceBits(stm32.GPIOOutputTypeOpenDrain, 0x1, pos)
94 port.OTYPER.ReplaceBits(stm32.GPIOOutputTypeOpenDrain, 0x1, pos)
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_gpio.c205 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)); in GPIO_Init()
206 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_gpio.c219 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)); in GPIO_Init()
220 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_gpio.c205 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)); in GPIO_Init()
206 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_gpio.c203 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)); in GPIO_Init()
204 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_gpio.c238 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)) ; in GPIO_Init()
239 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_gpio.c238 GPIOx->OTYPER &= ~((GPIO_OTYPER_OT_0) << ((uint16_t)pinpos)) ; in GPIO_Init()
239 GPIOx->OTYPER |= (uint16_t)(((uint16_t)GPIO_InitStruct->GPIO_OType) << ((uint16_t)pinpos)); in GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_gpio.h357 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
391 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_gpio.h349 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
383 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) / Pin); in LL_GPIO_GetPinOutputType()
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h363 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
397 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h363 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
397 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h363 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
397 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h363 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
397 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
/dports/devel/qbs/qbs-src-1.21.0/examples/baremetal/stm32f4discovery/blueblink/
H A Dsystem.h65 __IO uint32_t OTYPER; member
/dports/lang/micropython/micropython-1.17/ports/bare-arm/
H A Dsystem.c50 volatile uint32_t OTYPER; member
/dports/lang/micropython/micropython-1.17/ports/minimal/
H A Dmain.c196 volatile uint32_t OTYPER; member
/dports/lang/micropython/micropython-1.17/ports/stm32/mboot/
H A Dmain.c360 gpio->OTYPER = (gpio->OTYPER & ~(1 << pin)) | ((mode >> 2) << pin); in mp_hal_pin_config()

1234