Searched refs:peripheral (Results 1 – 5 of 5) sorted by relevance
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | mss_peripherals.c | 143 __attribute__((weak)) uint8_t mss_config_clk_rst(mss_peripherals peripheral, uint8_t hart, PERIPH_… in mss_config_clk_rst() argument 147 ASSERT(PERIPHERAL_SETUP[peripheral][PERIPHERAL_INDEX_OFFSET] == peripheral); in mss_config_clk_rst() 149 …lt = verify_context_enable(PERIPHERAL_SETUP[peripheral][CONTEXT_EN_INDEX_OFFSET], PERIPHERAL_SETUP… in mss_config_clk_rst() 153 peripheral_on_off(PERIPHERAL_SETUP[peripheral][CONTEXT_SUBCLK_INDEX_OFFSET] , req_state); in mss_config_clk_rst()
|
D | mss_peripherals.h | 121 uint8_t mss_config_clk_rst(mss_peripherals peripheral, uint8_t hart, PERIPH_RESET_STATE req_state);
|
/hal_microchip-latest/pinconfigs/ |
D | README.md | 5 pin to a peripheral signal which multiplex, at end, I/O lines pins. For example, 147 pin is, in fact, available. The `periph` is the set of multiplexed peripheral 148 signals. It is a variable length list where each entry is a list. Each peripheral 149 list entry is composed of 4 fields, where the first 3 are mandatory. The peripheral 152 - `peripheral [instance]`
|
/hal_microchip-latest/mpfs/drivers/mss/mss_usb/ |
D | mss_usb_device_msd.h | 324 uint8_t peripheral; member
|
/hal_microchip-latest/ |
D | README.txt | 45 using common peripheral headers.
|