Home
last modified time | relevance | path

Searched refs:STALL (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/pic32c/pic32cxsg/include/fixups/component/
Dusb_component_fixup_pic32cxsg.h229 __I uint8_t STALL:2; /*!< bit: 5.. 6 Stall x In/out */ member
253 uint8_t STALL:2; /*!< bit: 5.. 6 Stall x In/Out Interrupt Disable */ member
277 uint8_t STALL:2; /*!< bit: 5.. 6 Stall x In/out Interrupt enable */ member
366 __I uint8_t STALL:1; /*!< bit: 5 Stall Interrupt Flag */ member
386 uint8_t STALL:1; /*!< bit: 5 Stall Inetrrupt Disable */ member
406 uint8_t STALL:1; /*!< bit: 5 Stall Interrupt Enable */ member
/hal_microchip-latest/mec5/devices/common/
Dmec5_cpu_stall_v1.h14 …__IOM uint8_t STALL; /*!< (@ 0x00000000) Number of microseconds to stall … member
/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c920 MEC_CPU_STALL->STALL = 1u; /* 2 us = 32 16 MHz I2C BAUD clocks */ in mec_hal_i2c_nl_cm_cfg_start()