| /bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/ |
| A D | spi_flash.c | 57 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_write_enable() 79 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_write_disable() 105 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_read_status_reg() 142 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_PRO; in spi_flash_page_program() 195 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_rdid() 244 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_READ; in spi_flash_read() 337 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_PRO; in spi_flash_sector_erase() 402 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_enter_low_power_mode() 424 SPI_FLASH0->DIRECTION.reg = SPI_FLASH_DIRECTION_CMD; in spi_flash_leave_low_power_mode()
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_spi.h | 266 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument 267 ((DIRECTION) == SPI_Direction_Tx) || \ 268 ((DIRECTION) == SPI_Disable_Tx) || \ 269 ((DIRECTION) == SPI_Disable_Rx))
|
| A D | HAL_i2c.h | 114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 115 ((DIRECTION) == I2C_Direction_Receiver))
|
| /bsp/k230/drivers/interdrv/gpio/ |
| A D | drv_gpio.c | 126 reg = gpio_dev.base[0] + DIRECTION; in kd_pin_mode() 131 reg = gpio_dev.base[1] + DIRECTION; in kd_pin_mode() 133 reg = gpio_dev.base[1] + DIRECTION + DIRECTION_STRIDE; in kd_pin_mode() 152 reg = gpio_dev.base[0] + DIRECTION; in kd_pin_mode_get() 157 reg = gpio_dev.base[1] + DIRECTION; in kd_pin_mode_get() 159 reg = gpio_dev.base[1] + DIRECTION + DIRECTION_STRIDE; in kd_pin_mode_get()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_spi.h | 310 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument 311 ((DIRECTION) == SPI_Direction_Tx) || \ 312 ((DIRECTION) == SPI_Disable_Tx) || \ 313 ((DIRECTION) == SPI_Disable_Rx))
|
| A D | HAL_i2c.h | 114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 115 ((DIRECTION) == I2C_Direction_Receiver))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_spi.h | 310 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument 311 ((DIRECTION) == SPI_Direction_Tx) || \ 312 ((DIRECTION) == SPI_Disable_Tx) || \ 313 ((DIRECTION) == SPI_Disable_Rx))
|
| A D | HAL_i2c.h | 114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 115 ((DIRECTION) == I2C_Direction_Receiver))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_spi.h | 310 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument 311 ((DIRECTION) == SPI_Direction_Tx) || \ 312 ((DIRECTION) == SPI_Disable_Tx) || \ 313 ((DIRECTION) == SPI_Disable_Rx))
|
| A D | HAL_i2c.h | 114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 115 ((DIRECTION) == I2C_Direction_Receiver))
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usart.h | 226 #define IS_USART_IRDA_DIRECTION(DIRECTION) ((DIRECTION == USART_IRDA_TX) || \ argument 227 (DIRECTION == USART_IRDA_RX)) 367 #define IS_USART_FIFO_DIRECTION(DIRECTION) ((DIRECTION == USART_FIFO_TX) || \ argument 368 (DIRECTION == USART_FIFO_RX))
|
| A D | ht32f5xxxx_spi.h | 238 #define IS_SPI_FIFO_DIRECTION(DIRECTION) (((DIRECTION & 0xFFFFFCFF) == 0) && (DIRECTION … argument
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_usart.h | 232 #define IS_USART_IRDA_DIRECTION(DIRECTION) ((DIRECTION == USART_IRDA_TX) || \ argument 233 (DIRECTION == USART_IRDA_RX)) 438 #define IS_USART_FIFO_DIRECTION(DIRECTION) ((DIRECTION == USART_FIFO_TX) || \ argument 439 (DIRECTION == USART_FIFO_RX))
|
| A D | ht32f1xxxx_spi.h | 195 #define IS_SPI_FIFO_DIRECTION(DIRECTION) (((DIRECTION & 0xFFFFFCFF) == 0) && (DIRECTION … argument
|
| A D | ht32f1xxxx_i2c.h | 110 #define IS_I2C_DIRECTION(DIRECTION) ((DIRECTION == I2C_MASTER_READ) || \ argument 111 (DIRECTION == I2C_MASTER_WRITE))
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_spi.h | 350 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument 351 ((DIRECTION) == SPI_Direction_Tx))
|
| A D | air32f10x_i2c.h | 104 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 105 ((DIRECTION) == I2C_Direction_Receiver))
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_spi.h | 359 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_spi.h | 360 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_spi.h | 359 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_spi.h | 360 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_spi.h | 360 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_spi.h | 359 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_spi.h | 360 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_i2c.h | 150 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument 151 ((DIRECTION) == I2C_Direction_Receiver))
|