Searched refs:SPI1_CSN_GPIO_Port (Results 1 – 2 of 2) sorted by relevance
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 290 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_RESET); in hal_spi_em9304_start_tx_transaction() 306 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_RESET); in hal_spi_em9304_process() 324 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_SET); in hal_spi_em9304_process() 338 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_SET); in hal_spi_em9304_process() 365 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_SET); in hal_spi_em9304_process() 381 HAL_GPIO_WritePin(SPI1_CSN_GPIO_Port, SPI1_CSN_Pin, GPIO_PIN_SET); in hal_spi_em9304_process()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Inc/ |
H A D | main.h | 78 #define SPI1_CSN_GPIO_Port GPIOB macro
|