Home
last modified time | relevance | path

Searched defs:port_handle (Results 1 – 2 of 2) sorted by relevance

/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
Ddw_gpio.c138 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in gpio_set_irq_mode() local
192 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in gpio_irq_clear() local
211 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in gpio_irq_enable() local
234 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in gpio_irq_disable() local
634 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in csi_gpio_pin_write() local
662 dw_gpio_priv_t *port_handle = &gpio_handle[gpio_pin_priv->portidx]; in csi_gpio_pin_read() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c310 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback()
341 int PORT_ClearKeepHandleFlag (UINT16 port_handle) in PORT_ClearKeepHandleFlag()
368 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback()
402 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback()
436 int PORT_SetEventMask (UINT16 port_handle, UINT32 mask) in PORT_SetEventMask()