Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 12 of 12) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_csi.c108 void bflb_csi_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask) in bflb_csi_int_mask() argument
116 regval |= int_type; in bflb_csi_int_mask()
118 regval &= ~int_type; in bflb_csi_int_mask()
123 void bflb_csi_int_clear(struct bflb_device_s *dev, uint32_t int_type) in bflb_csi_int_clear() argument
125 putreg32(int_type, dev->reg_base + CSI_INT_CLEAR_OFFSET); in bflb_csi_int_clear()
A Dbflb_ir.c360 void bflb_ir_txint_mask(struct bflb_device_s *dev, uint8_t int_type, bool mask) in bflb_ir_txint_mask() argument
368 regval |= (int_type & 0x7) << 8; in bflb_ir_txint_mask()
370 regval &= ~((int_type & 0x7) << 8); in bflb_ir_txint_mask()
564 void bflb_ir_rxint_mask(struct bflb_device_s *dev, uint8_t int_type, bool mask) in bflb_ir_rxint_mask() argument
572 regval |= (int_type & 0x7) << 8; in bflb_ir_rxint_mask()
574 regval &= ~((int_type & 0x7) << 8); in bflb_ir_rxint_mask()
A Dbflb_cam.c410 void bflb_cam_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask) in bflb_cam_int_mask() argument
422 regval &= ~int_type; in bflb_cam_int_mask()
424 regval |= int_type; in bflb_cam_int_mask()
433 void bflb_cam_int_clear(struct bflb_device_s *dev, uint32_t int_type) in bflb_cam_int_clear() argument
435 putreg32(int_type, dev->reg_base + CAM_DVP_FRAME_FIFO_POP_OFFSET); in bflb_cam_int_clear()
A Dbflb_i2c.c442 void bflb_i2c_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask) in bflb_i2c_int_mask() argument
449 regval &= ~((int_type & 0xff) << 8); in bflb_i2c_int_mask()
451 regval |= (int_type & 0xff) << 8; in bflb_i2c_int_mask()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_csi.h118 void bflb_csi_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask);
126 void bflb_csi_int_clear(struct bflb_device_s *dev, uint32_t int_type);
A Dbflb_cam.h224 void bflb_cam_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask);
232 void bflb_cam_int_clear(struct bflb_device_s *dev, uint32_t int_type);
A Dbflb_ir.h233 void bflb_ir_txint_mask(struct bflb_device_s *dev, uint8_t int_type, bool mask);
334 void bflb_ir_rxint_mask(struct bflb_device_s *dev, uint8_t int_type, bool mask);
A Dbflb_i2c.h154 void bflb_i2c_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask);
/bsp/nrf5x/libraries/drivers/
A Ddrv_rtc.c42 static void rtc_callback(nrfx_rtc_int_type_t int_type) in rtc_callback() argument
46 if (int_type == NRFX_RTC_INT_TICK) in rtc_callback()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_gpio.h30 uint32_t int_type; member
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_sdio.c639 const rt_uint32_t int_type = (SDIOC_INT_CCSEN | SDIOC_INT_TCSEN | SDIOC_ERR_INT_ALL); in _sdio_update_irq() local
644 SDIOC_IntStatusCmd(instance, (int_type | SDIOC_INT_BRRSEN | SDIOC_INT_BWRSEN), ENABLE); in _sdio_update_irq()
645 SDIOC_IntCmd(instance, int_type, ENABLE); in _sdio_update_irq()
650 SDIOC_IntStatusCmd(instance, (int_type | SDIOC_INT_BRRSEN | SDIOC_INT_BWRSEN), DISABLE); in _sdio_update_irq()
651 SDIOC_IntCmd(instance, int_type, DISABLE); in _sdio_update_irq()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/
A Dhal_gpio.c167 hgpio->int_type = (uint8_t)((value >> 17) & 0x7); //papbgpio->rdstat_b.inttype; in hal_read_gpio_status()

Completed in 22 milliseconds