| /bsp/microchip/samc21/ |
| A D | README_zh.md | 25 …- External Interrupt Controller (EIC) (Interrupt pin debouncing is only available in SAM C20/C21 N) 36 - Frequency Meter (The division reference clock is only available in the SAM C21N) 40 - Up to two Controller Area Network (CAN) interfaces in the SAM C21 44 …t Sigma-Delta Analog-to-Digital Converter (SDADC) with up to 3 differential channels in the SAM C21 45 - 10-bit, 350 ksps Digital-to-Analog Converter (DAC) in the SAM C21 47 - Integrated Temperature Sensor in the SAM C21 70 - [SAM C21 XPLAINED PRO](https://www.microchip.com/en-us/development-tool/ATSAMC21-XPRO)
|
| A D | README.md | 25 …- External Interrupt Controller (EIC) (Interrupt pin debouncing is only available in SAM C20/C21 N) 36 - Frequency Meter (The division reference clock is only available in the SAM C21N) 40 - Up to two Controller Area Network (CAN) interfaces in the SAM C21 44 …t Sigma-Delta Analog-to-Digital Converter (SDADC) with up to 3 differential channels in the SAM C21 45 - 10-bit, 350 ksps Digital-to-Analog Converter (DAC) in the SAM C21 47 - Integrated Temperature Sensor in the SAM C21 70 - [SAM C21 XPLAINED PRO](https://www.microchip.com/en-us/development-tool/ATSAMC21-XPRO)
|
| /bsp/microchip/same70/board/ |
| A D | Kconfig | 45 bool "Enable SAM CAN Example" 52 bool "Enable SAM ADC Example" 59 bool "Enable SAM I2C Example" 66 bool "Enable SAM LWIP Example"
|
| /bsp/microchip/same54/board/ |
| A D | Kconfig | 47 bool "Enable SAM CAN Example" 54 bool "Enable SAM ADC Example" 61 bool "Enable SAM I2C Example" 68 bool "Enable SAM LWIP Example"
|
| /bsp/microchip/samc21/board/ |
| A D | Kconfig | 44 bool "Enable SAM CAN Example" 51 bool "Enable SAM ADC Example" 58 bool "Enable SAM I2C Example"
|
| /bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/ |
| A D | stdio_serial.h | 101 # elif SAM in stdio_serial_init() 112 # if UC3 || SAM in stdio_serial_init()
|
| /bsp/microchip/samd51-adafruit-metro-m4/board/ |
| A D | Kconfig | 49 bool "Enable SAM ADC Example" 56 bool "Enable SAM I2C Example"
|
| /bsp/microchip/samd51-seeed-wio-terminal/board/ |
| A D | Kconfig | 49 bool "Enable SAM ADC Example" 56 bool "Enable SAM I2C Example"
|
| /bsp/microchip/same54/ |
| A D | README_zh.md | 46 - One Ethernet MAC (SAM E53 and SAM E54)– 10/100 Mbps in MII and RMII with dedicated DMA 52 - Up to two Controller Area Network (CAN) (that is., SAM E51 and SAM E54) 106 - [SAM E54 XPLAINED PRO](https://www.microchip.com/en-us/development-tool/DM320019-BNDL)
|
| A D | README.md | 46 - One Ethernet MAC (SAM E53 and SAM E54)– 10/100 Mbps in MII and RMII with dedicated DMA 52 - Up to two Controller Area Network (CAN) (that is., SAM E51 and SAM E54) 106 - [SAM E54 XPLAINED PRO](https://www.microchip.com/en-us/development-tool/DM320019-BNDL)
|
| /bsp/microchip/saml10/board/ |
| A D | Kconfig | 54 bool "Enable SAM ADC Example" 61 bool "Enable SAM I2C Example"
|
| /bsp/samd21/sam_d2x_asflib/common/services/ioport/ |
| A D | ioport.h | 105 #elif SAM && !SAM4L 139 #elif SAM
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_CAN.h | 251 #define IS_CAN_SAM(SAM) (((SAM) == CAN_SAM_1time) || ((SAM) == CAN_SAM_3time)) argument
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_CAN.h | 252 #define IS_CAN_SAM(SAM) (((SAM) == CAN_SAM_1time) || ((SAM) == CAN_SAM_3time)) argument
|
| /bsp/samd21/sam_d2x_asflib/common/services/spi/ |
| A D | spi_master.h | 57 #elif SAM
|
| A D | usart_spi.h | 57 #elif SAM
|
| /bsp/avr32/software_framework/utils/ |
| A D | interrupt.h | 45 #elif SAM || SAMB
|
| /bsp/samd21/sam_d2x_asflib/common/utils/ |
| A D | interrupt.h | 55 #elif SAM || SAMB
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_can.c | 64 assert_param(IS_FUNCTIONAL_STATE(CAN_Basic_InitStruct->SAM)); in CAN_Init() 69 …CANx->BTR1 = ((uint32_t)(CAN_Basic_InitStruct->SAM)<<7)|((uint32_t)(CAN_Basic_InitStruct->TESG2)<<… in CAN_Init() 122 CAN_Basic_InitStruct->SAM = RESET; in CAN_StructInit() 477 CAN_Peli_InitStruct->SAM = RESET; in CAN_Peli_StructInit() 500 assert_param(IS_FUNCTIONAL_STATE(CAN_InitStruct->SAM)); in CAN_Peli_Init() 505 …CAN1_PELI->BTR1 = ((uint32_t)CAN_Peli_InitStruct->SAM<<7)|((uint32_t)CAN_Peli_InitStruct->TESG2<<4… in CAN_Peli_Init()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_can.c | 64 assert_param(IS_FUNCTIONAL_STATE(CAN_Basic_InitStruct->SAM)); in CAN_Init() 69 …CANx->BTR1 = ((uint32_t)(CAN_Basic_InitStruct->SAM)<<7)|((uint32_t)(CAN_Basic_InitStruct->TESG2)<<… in CAN_Init() 122 CAN_Basic_InitStruct->SAM = RESET; in CAN_StructInit() 477 CAN_Peli_InitStruct->SAM = RESET; in CAN_Peli_StructInit() 500 assert_param(IS_FUNCTIONAL_STATE(CAN_InitStruct->SAM)); in CAN_Peli_Init() 505 …CAN1_PELI->BTR1 = ((uint32_t)CAN_Peli_InitStruct->SAM<<7)|((uint32_t)CAN_Peli_InitStruct->TESG2<<4… in CAN_Peli_Init()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_can.c | 64 assert_param(IS_FUNCTIONAL_STATE(CAN_Basic_InitStruct->SAM)); in CAN_Init() 69 …CANx->BTR1 = ((uint32_t)(CAN_Basic_InitStruct->SAM) << 7) | ((uint32_t)(CAN_Basic_InitStruct->TESG… in CAN_Init() 122 CAN_Basic_InitStruct->SAM = RESET; in CAN_StructInit() 477 CAN_Peli_InitStruct->SAM = RESET; in CAN_Peli_StructInit() 500 assert_param(IS_FUNCTIONAL_STATE(CAN_InitStruct->SAM)); in CAN_Peli_Init() 505 …CAN1_PELI->BTR1 = ((uint32_t)CAN_Peli_InitStruct->SAM << 7) | ((uint32_t)CAN_Peli_InitStruct->TESG… in CAN_Peli_Init()
|
| /bsp/samd21/sam_d2x_asflib/common/services/serial/ |
| A D | serial.h | 70 #elif SAM
|
| /bsp/microchip/samd51-adafruit-metro-m4/ |
| A D | README_zh.md | 51 - One Ethernet MAC (SAM E53 and SAM E54)– 10/100 Mbps in MII and RMII with dedicated DMA 57 - Up to two Controller Area Network (CAN) (that is., SAM E51 and SAM E54)
|
| A D | README.md | 51 - One Ethernet MAC (SAM E53 and SAM E54)– 10/100 Mbps in MII and RMII with dedicated DMA 57 - Up to two Controller Area Network (CAN) (that is., SAM E51 and SAM E54)
|
| /bsp/microchip/samd51-seeed-wio-terminal/ |
| A D | README.md | 54 - One Ethernet MAC (SAM E53 and SAM E54)– 10/100 Mbps in MII and RMII with dedicated DMA 60 - Up to two Controller Area Network (CAN) (that is., SAM E51 and SAM E54)
|