Home
last modified time | relevance | path

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

/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.c178 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
303 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
381 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
413 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
436 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
465 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/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.c188 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
320 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
397 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
429 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
451 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
480 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_gpio.c177 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
253 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
382 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
401 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_gpio.c191 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
270 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
396 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
414 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_gpio.c177 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
253 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
382 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
401 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_gpio.c175 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
251 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
390 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
411 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_gpio.c208 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
283 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
437 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_gpio.c208 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
283 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
437 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/src/
H A Dstm32f10x_gpio.c179 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
361 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
377 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
437 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/src/
H A Dstm32f10x_gpio.c179 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
361 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
377 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
437 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/dports/lang/micropython/micropython-1.17/ports/teensy/
H A Dhal_gpio.c9 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_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_hal_gpio.h216 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_gpio.h299 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro
/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_hal_gpio.h204 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\ macro
/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_hal_gpio.h204 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\ macro
/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_hal_gpio.h204 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\ macro
/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_hal_gpio.h204 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/inc/
H A Dstm32f0xx_gpio.h185 #define IS_GPIO_PIN(PIN) ((PIN) != (uint16_t)0x00) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_gpio.h186 #define IS_GPIO_PIN(PIN) ((PIN) != (uint16_t)0x00) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_gpio.h186 #define IS_GPIO_PIN(PIN) ((PIN) != (uint16_t)0x00) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_gpio.h190 #define IS_GPIO_PIN(PIN) ((PIN) != (uint16_t)0x00) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/inc/
H A Dstm32f10x_gpio.h144 #define IS_GPIO_PIN(PIN) ((((PIN) & (uint16_t)0x00) == 0x00) && ((PIN) != (uint16_t)0x00)) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/inc/
H A Dstm32f10x_gpio.h144 #define IS_GPIO_PIN(PIN) ((((PIN) & (uint16_t)0x00) == 0x00) && ((PIN) != (uint16_t)0x00)) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/inc/
H A Dstm32f4xx_gpio.h178 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/inc/
H A Dstm32f4xx_gpio.h178 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) macro