Searched refs:detect_type (Results 1 – 9 of 9) sorted by relevance
182 __STATIC_INLINE void R_BSP_IrqDetectTypeSet (IRQn_Type const irq, uint32_t detect_type) in R_BSP_IrqDetectTypeSet() argument184 r_bsp_irq_detect_type_set(irq, detect_type); in R_BSP_IrqDetectTypeSet()
259 __STATIC_INLINE void r_bsp_irq_detect_type_set (IRQn_Type const irq, uint32_t detect_type) in r_bsp_irq_detect_type_set() argument270 if (0 != detect_type) in r_bsp_irq_detect_type_set()286 if (0 != detect_type) in r_bsp_irq_detect_type_set()
267 __STATIC_INLINE void r_bsp_irq_detect_type_set (IRQn_Type const irq, uint32_t detect_type) in r_bsp_irq_detect_type_set() argument278 if (0 != detect_type) in r_bsp_irq_detect_type_set()294 if (0 != detect_type) in r_bsp_irq_detect_type_set()
91 enum usb_detect_type detect_type; /* usb detect type */ member
224 cfg->port.detect_type = value; in usb_script_parse()226 if (cfg->port.detect_type == USB_DETECT_TYPE_VBUS_ID) in usb_script_parse()
322 if (port_info->detect_type == USB_DETECT_TYPE_VBUS_ID) in usb_hw_scan_init()
Completed in 20 milliseconds