Searched refs:int_type (Results 1 – 12 of 12) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_csi.c | 108 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 D | bflb_ir.c | 360 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 D | bflb_cam.c | 410 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 D | bflb_i2c.c | 442 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 D | bflb_csi.h | 118 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 D | bflb_cam.h | 224 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 D | bflb_ir.h | 233 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 D | bflb_i2c.h | 154 void bflb_i2c_int_mask(struct bflb_device_s *dev, uint32_t int_type, bool mask);
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_rtc.c | 42 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 D | hal_gpio.h | 30 uint32_t int_type; member
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_sdio.c | 639 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 D | hal_gpio.c | 167 hgpio->int_type = (uint8_t)((value >> 17) & 0x7); //papbgpio->rdstat_b.inttype; in hal_read_gpio_status()
|
Completed in 22 milliseconds