| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_dbg.c | 134 void DBG_EnableAPB1Periph(uint32_t peripheral) in DBG_EnableAPB1Periph() argument 136 DBG->APB1F |= (uint32_t)peripheral; in DBG_EnableAPB1Periph() 156 void DBG_DisableAPB1Periph(uint32_t peripheral) in DBG_DisableAPB1Periph() argument 158 DBG->APB1F &= (uint32_t)~peripheral; in DBG_DisableAPB1Periph() 172 void DBG_EnableAPB2Periph(uint32_t peripheral) in DBG_EnableAPB2Periph() argument 174 DBG->APB2F |= (uint32_t)peripheral; in DBG_EnableAPB2Periph() 189 void DBG_DisableAPB2Periph(uint32_t peripheral) in DBG_DisableAPB2Periph() argument 191 DBG->APB2F &= (uint32_t)~peripheral; in DBG_DisableAPB2Periph()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_rcc.c | 845 if(BKP == peripheral) { in RCC_BKP_ClockCmd() 859 if(CAN1 == peripheral) { in RCC_CAN_ClockCmd() 873 if(COMP == peripheral) { in RCC_COMP_ClockCmd() 885 if(CRC == peripheral) { in RCC_CRC_ClockCmd() 897 if(DAC == peripheral) { in RCC_DAC_ClockCmd() 909 if(DMA1 == peripheral) { in RCC_DMA_ClockCmd() 912 if(DMA2 == peripheral) { in RCC_DMA_ClockCmd() 966 if(UART2 == peripheral) { in RCC_UART_ClockCmd() 969 if(UART1 == peripheral) { in RCC_UART_ClockCmd() 972 if(UART3 == peripheral) { in RCC_UART_ClockCmd() [all …]
|
| /bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 158 peripheral.aht21: 161 peripheral.ap3216c: 167 peripheral.fal_easyflash: 170 peripheral.filesystem: 174 peripheral.icm20608: 177 peripheral.lcd_st7787: 180 peripheral.led_matrix: 183 peripheral.rs485: 186 peripheral.rw007: 192 peripheral.sram: [all …]
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_dbg.h | 119 void DBG_EnableAPB1Periph(uint32_t peripheral); 120 void DBG_DisableAPB1Periph(uint32_t peripheral); 123 void DBG_EnableAPB2Periph(uint32_t peripheral); 124 void DBG_DisableAPB2Periph(uint32_t peripheral);
|
| /bsp/stm32/stm32f103-blue-pill/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 9 # ------ peripheral ------ 10 peripheral.arduino: 14 peripheral.usbd:
|
| /bsp/qemu-vexpress-a9/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 13 peripheral.UARTv2: 19 peripheral.EMAC: 22 peripheral.LVGL:
|
| /bsp/stm32/stm32f072-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32l431-BearPi/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32l476-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32g474-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f401-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f410-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f427-robomaster-a/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f401-weact-blackpill/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f407-robomaster-c/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/stm32/stm32f411-weact-blackpill/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/system/ |
| A D | system_sam_b.h | 471 enum status_code system_clock_peripheral_enable(enum system_peripheral peripheral); 472 enum status_code system_clock_peripheral_disable(enum system_peripheral peripheral); 474 enum system_peripheral peripheral, \ 484 enum status_code system_peripheral_reset(enum system_peripheral peripheral);
|
| /bsp/n32/n32g45xvl-stb/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 8 # ------ peripheral CI ------ 9 peripheral.uartv2:
|
| /bsp/renesas/docs/ |
| A D | BSP_Peripheral_Driver_Tutorial_of_RA_Series.md | 19 …peripheral resources on-board, such as SPI, SDIO, ADC, etc., but these peripherals' driver are not… 34 …he hardware configuration menu, namely **on-board peripheral configuration menu**, **on-chip perip… 85 …peripheral drivers. For how to use and configure other types of peripherals, please refer to: [RA …
|
| A D | Peripheral_Driver_Addition_Guide_of_RA_Series.md | 5 This document is intended for developers who need to add more peripheral drivers to their existing … 14 ## 3. How to add more peripheral driver options 16 …peripheral drivers to explain how to add more drivers available to BSPs. If the on-chip peripheral… 18 Adding peripheral support for UART requires the following steps:
|
| /bsp/stm32/stm32h750-artpi/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral CI ------ 11 peripheral.eth:
|
| /bsp/stm32/stm32f469-st-disco/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 10 # ------ peripheral ------ 11 peripheral.arduino:
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/ |
| A D | pac.h | 676 #define SYSTEM_PERIPHERAL_ID(peripheral) ID_##peripheral argument
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | nrfx_spim.c | 59 #define SPIMX_LENGTH_VALIDATE(peripheral, drv_inst_idx, rx_len, tx_len) \ argument 60 (((drv_inst_idx) == NRFX_CONCAT_3(NRFX_, peripheral, _INST_IDX)) && \ 61 NRFX_EASYDMA_LENGTH_VALIDATE(peripheral, rx_len, tx_len)) 63 #define SPIMX_HW_CSN_PRESENT_VALIDATE(peripheral, drv_inst_idx) \ argument 64 (((drv_inst_idx) == NRFX_CONCAT_3(NRFX_, peripheral, _INST_IDX)) && \ 65 NRFX_CONCAT_2(peripheral, _FEATURE_HARDWARE_CSN_PRESENT)) 67 #define SPIMX_DCX_PRESENT_VALIDATE(peripheral, drv_inst_idx) \ argument 68 (((drv_inst_idx) == NRFX_CONCAT_3(NRFX_, peripheral, _INST_IDX)) && \ 69 NRFX_CONCAT_2(peripheral, _FEATURE_DCX_PRESENT)) 71 #define SPIMX_SUPPORTED_FREQ_VALIDATE(peripheral, drv_inst_idx, freq) \ argument [all …]
|