Home
last modified time | relevance | path

Searched refs:DIRECTION (Results 1 – 25 of 42) sorted by relevance

12

/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/
A Dspi_flash.c57 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 DHAL_spi.h266 #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 DHAL_i2c.h114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument
115 ((DIRECTION) == I2C_Direction_Receiver))
/bsp/k230/drivers/interdrv/gpio/
A Ddrv_gpio.c126 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 DHAL_spi.h310 #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 DHAL_i2c.h114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument
115 ((DIRECTION) == I2C_Direction_Receiver))
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_spi.h310 #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 DHAL_i2c.h114 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument
115 ((DIRECTION) == I2C_Direction_Receiver))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_spi.h310 #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 DHAL_i2c.h114 #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 Dht32f5xxxx_usart.h226 #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 Dht32f5xxxx_spi.h238 #define IS_SPI_FIFO_DIRECTION(DIRECTION) (((DIRECTION & 0xFFFFFCFF) == 0) && (DIRECTION argument
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h232 #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 Dht32f1xxxx_spi.h195 #define IS_SPI_FIFO_DIRECTION(DIRECTION) (((DIRECTION & 0xFFFFFCFF) == 0) && (DIRECTION argument
A Dht32f1xxxx_i2c.h110 #define IS_I2C_DIRECTION(DIRECTION) ((DIRECTION == I2C_MASTER_READ) || \ argument
111 (DIRECTION == I2C_MASTER_WRITE))
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_spi.h350 #define IS_SPI_DIRECTION(DIRECTION) (((DIRECTION) == SPI_Direction_Rx) || \ argument
351 ((DIRECTION) == SPI_Direction_Tx))
A Dair32f10x_i2c.h104 #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 Dn32l43x_spi.h359 #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 Dn32wb452_spi.h360 #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 Dn32l40x_spi.h359 #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 Dn32g4fr_spi.h360 #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 Dn32g45x_spi.h360 #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 Dn32g43x_spi.h359 #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 Dn32g45x_spi.h360 #define IS_SPI_BIDIRECTION(DIRECTION) (((DIRECTION) == SPI_BIDIRECTION_RX) || ((DIRECTION) == SPI_B… argument
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_i2c.h150 #define IS_I2C_DIRECTION(DIRECTION) (((DIRECTION) == I2C_Direction_Transmitter) || \ argument
151 ((DIRECTION) == I2C_Direction_Receiver))

Completed in 47 milliseconds

12