Home
last modified time | relevance | path

Searched refs:CYHAL_GET_PORTADDR (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_gpio.c65 #define _CYHAL_GPIO_IS_PORT_INTERRUPT_SET(pin) ((bool)(GPIO_PRT_INTR_CFG(CYHAL_GET_PORTADDR(p…
67 #define _CYHAL_GPIO_IS_PORT_INTERRUPT_SET(pin) ((bool)(GPIO_PRT_INTR_MASK(CYHAL_GET_PORTADDR(…
331 …Cy_GPIO_Pin_FastInit(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), pdl_drive_mode, init_val, HSIOM_… in cyhal_gpio_init()
344 Cy_GPIO_SetInterruptMask(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), 0); in cyhal_gpio_free()
346 … Cy_GPIO_SetInterruptEdge(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), CY_GPIO_INTR_DISABLE); in cyhal_gpio_free()
372 …Cy_GPIO_Pin_FastInit(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), CY_GPIO_DM_ANALOG, 0UL, HSIOM_SE… in cyhal_gpio_free()
390 Cy_GPIO_SetDrivemode(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), pdldrive_mode); in cyhal_gpio_configure()
426 if ((Cy_GPIO_GetInterruptStatus(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin)) == 0) || enable) in cyhal_gpio_enable_event()
429 Cy_GPIO_ClearInterrupt(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin)); in cyhal_gpio_enable_event()
432 Cy_GPIO_SetInterruptEdge(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), (uint32_t)event); in cyhal_gpio_enable_event()
[all …]
Dcyhal_qspi.c195 port = CYHAL_GET_PORTADDR(gpio); in _cyhal_qspi_set_pins_frozen()
213 port = CYHAL_GET_PORTADDR(gpio); in _cyhal_qspi_set_pins_frozen()
232 port = CYHAL_GET_PORTADDR(gpio); in _cyhal_qspi_set_pins_frozen()
Dcyhal_udb_sdio.c247 Cy_GPIO_Pin_Init(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), cfg); in _cyhal_sdio_configure_pin()
Dcyhal_quaddec.c161 Cy_GPIO_SetHSIOM(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), mapping.hsiom); in _cyhal_quaddec_connect_pin()
Dcyhal_uart.c393 GPIO_PRT_Type *txport = obj->pin_tx != NC ? CYHAL_GET_PORTADDR(obj->pin_tx) : NULL; in _cyhal_uart_pm_callback_instance()
394 …GPIO_PRT_Type *rtsport = ((obj->pin_rts != NC) && obj->rts_enabled) ? CYHAL_GET_PORTADDR(obj->pin_… in _cyhal_uart_pm_callback_instance()
Dcyhal_sdhc.c2436 port = CYHAL_GET_PORTADDR(gpio); in _cyhal_sdhc_pc_config_single_pin()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_gpio_impl.h89 #define CYHAL_GET_PORTADDR(pin) (Cy_GPIO_PortToAddr(CYHAL_GET_PORT(pin))) /**< Macro to get the… macro
97 Cy_GPIO_Write(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), value); in cyhal_gpio_write_internal()
104 return 0 != Cy_GPIO_Read(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin)); in cyhal_gpio_read_internal()
111 Cy_GPIO_Inv(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin)); in cyhal_gpio_toggle_internal()