Home
last modified time | relevance | path

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

123

/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_gpio.c186 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_init()
307 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_init()
377 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_read_pin()
395 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_write_pin()
414 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_pin()
431 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_dir()
474 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_lock_pin()
537 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_interrupt_config()
589 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_get_ie_status()
606 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_get_flag_status()
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c188 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_init()
308 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_init()
388 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_read_pin()
406 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_write_pin()
425 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_pin()
442 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_dir()
485 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_lock_pin()
550 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_interrupt_config()
602 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_get_flag_status()
617 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_clear_flag_status()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_gpio.c189 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_init()
317 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_init()
397 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_read_pin()
415 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_write_pin()
434 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_pin()
451 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_toggle_dir()
494 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_lock_pin()
557 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_interrupt_config()
609 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_get_flag_status()
624 assert_param(IS_GPIO_PIN(pin)); in ald_gpio_exti_clear_flag_status()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_gpio.c37 assert_parameters(IS_GPIO_PIN(InitStruct->GPIO_Pin)); in GPIOBToF_Init()
92 assert_parameters(IS_GPIO_PIN(InitStruct->GPIO_Pin)); in GPIOA_Init()
277 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOBToF_SetBits()
293 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_SetBits()
309 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOBToF_ResetBits()
325 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_ResetBits()
342 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOBToF_WriteBit()
367 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_WriteBit()
546 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_NoDeg_Cmd()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_gpio.c80 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in LL_GPIO_Init()
179 assert_param(IS_GPIO_PIN(GPIO_Pin)); in LL_GPIO_DeInit()
260 assert_param(IS_GPIO_PIN(GPIO_Pin)); in LL_GPIO_AF_Config()
313 assert_param(IS_GPIO_PIN(GPIO_Pin)); in LL_GPIO_ReadPin()
338 assert_param(IS_GPIO_PIN(GPIO_Pin)); in LL_GPIO_WritePin()
357 assert_param(IS_GPIO_PIN(GPIO_Pin)); in LL_GPIO_TogglePin()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_gpio.c178 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
309 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
386 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
440 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
475 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_gpio.c37 assert_parameters(IS_GPIO_PIN(InitStruct->GPIO_Pin)); in GPIOBToF_Init()
90 assert_parameters(IS_GPIO_PIN(InitStruct->GPIO_Pin)); in GPIOA_Init()
274 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOBToF_WriteBit()
299 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_WriteBit()
471 assert_parameters(IS_GPIO_PIN(GPIO_Pin)); in GPIOA_DeGlitchCmd()
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_gpio.c74 _ASSERT(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
97 _ASSERT(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PullUpCmd()
204 _ASSERT(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
238 _ASSERT(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
258 _ASSERT(IS_GPIO_PIN(GPIO_Pin)); in GPIO_Write()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_gpio.c141 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
217 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
348 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
367 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_gpio.c80 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
156 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
268 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
285 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_gpio.c146 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
329 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
346 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
408 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_gpio.c158 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
341 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
358 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
420 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_gpio.c145 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
363 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
382 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
443 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_gpio.c158 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
341 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
358 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
420 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_GPIO.c84 if (!IS_GPIO_PIN(GPIO_Init->Pin)) return; in HAL_GPIO_Init()
345 if (!IS_GPIO_PIN(fu32_Pin)) return; in HAL_GPIO_DeInit()
479 if (!IS_GPIO_PIN(fu32_Pin)) return; in HAL_GPIO_AnalogEnable()
543 if (!IS_GPIO_PIN(fu32_GPIO_Pin)) return; in HAL_GPIO_WritePin()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_GPIO.c92 if (!IS_GPIO_PIN(GPIO_Init->Pin)) return; in HAL_GPIO_Init()
377 if (!IS_GPIO_PIN(fu32_Pin)) return; in HAL_GPIO_DeInit()
539 if (!IS_GPIO_PIN(fu32_Pin)) return; in HAL_GPIO_AnalogEnable()
615 if (!IS_GPIO_PIN(fu32_GPIO_Pin)) return; in HAL_GPIO_WritePin()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_gpio.c165 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
347 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
363 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
423 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_gpio.h91 #define IS_GPIO_PIN(PIN) ((PIN) != 0x00000000U) macro
92 #define IS_GPIO_HIGH_PIN(PIN) IS_GPIO_PIN(((PIN) & 0xFFFF0000U))
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_gpio.c182 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
362 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
385 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
442 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_gpio.c182 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
362 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
385 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
442 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c192 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
372 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
395 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
452 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c192 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
372 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
395 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
452 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_gpio.c230 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
467 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
490 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
547 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_gpio.c230 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
467 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
490 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
547 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_gpio.c230 assert_param(IS_GPIO_PIN(GPIO_InitStruct->Pin)); in GPIO_InitPeripheral()
467 assert_param(IS_GPIO_PIN(Pin)); in GPIO_SetBits()
490 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ResetBits()
547 assert_param(IS_GPIO_PIN(Pin)); in GPIO_ConfigPinLock()

Completed in 45 milliseconds

123