/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_sdmmc.c | 1212 register uint32_t count = SDMMC_CMDTIMEOUT * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdError() local 1244 register uint32_t count = Timeout * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdResp1() local 1375 register uint32_t count = SDMMC_CMDTIMEOUT * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdResp2() local 1417 register uint32_t count = SDMMC_CMDTIMEOUT * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdResp3() local 1457 register uint32_t count = SDMMC_CMDTIMEOUT * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdResp6() local 1526 register uint32_t count = SDMMC_CMDTIMEOUT * (SystemCoreClock / 8U /1000U); in SDMMC_GetCmdResp7() local
|
D | stm32l4xx_hal_sd.c | 643 uint32_t count, data; in HAL_SD_ReadBlocks() local 868 uint32_t count, data; in HAL_SD_WriteBlocks() local 3178 __IO uint32_t count = 0; in SD_PowerON() local 3425 uint32_t count; in SD_SendSDStatus() local 3770 uint32_t count, data; in SD_Read_IT() local 3800 uint32_t count, data; in SD_Write_IT() local
|
D | stm32l4xx_hal_spi.c | 2265 __IO uint32_t count, resetcount; in HAL_SPI_Abort() local 2422 __IO uint32_t count, resetcount; in HAL_SPI_Abort_IT() local 4193 __IO uint32_t count; in SPI_AbortRx_ISR() local 4238 __IO uint32_t count; in SPI_AbortTx_ISR() local
|
D | stm32l4xx_hal_spi_ex.c | 99 uint8_t count = 0U; in HAL_SPIEx_FlushRxFifo() local
|
D | stm32l4xx_hal_flash_ramfunc.c | 151 register uint32_t count, reg; in HAL_FLASHEx_OB_DBankConfig() local
|
D | stm32l4xx_ll_usb.c | 321 uint32_t count = 0U; in USB_FlushTxFifo() local 344 uint32_t count = 0; in USB_FlushRxFifo() local 1070 uint32_t count = 0U; in USB_CoreReset() local 1547 uint32_t count = 0U; in USB_HC_Halt() local 1635 uint32_t count = 0U; in USB_StopHost() local
|
D | stm32l4xx_hal_sd_ex.c | 106 uint32_t count, data; in HAL_SDEx_HighSpeed() local
|
D | stm32l4xx_hal_dsi.c | 1579 uint32_t uicounter, nbBytes, count; in HAL_DSI_LongWrite() local 1672 uint32_t count; in HAL_DSI_Read() local
|
D | stm32l4xx_hal_can.c | 1160 __IO uint32_t count = 0; in HAL_CAN_WakeUp() local
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_flash_ramfunc.c | 242 uint32_t count = 0U; in HAL_FLASHEx_ProgramParallelHalfPage() local 323 uint32_t count = 0U; in HAL_FLASHEx_HalfPageProgram() local
|
D | stm32l0xx_hal_pcd.c | 1219 uint16_t count=0U; in PCD_EP_ISR_Handler() local
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_flash_ramfunc.c | 244 uint32_t count = 0U; in HAL_FLASHEx_ProgramParallelHalfPage() local 332 uint32_t count = 0U; in HAL_FLASHEx_HalfPageProgram() local
|
D | stm32l1xx_hal_i2c.c | 1214 __IO uint32_t count = 0U; in HAL_I2C_Master_Transmit_IT() local 1291 __IO uint32_t count = 0U; in HAL_I2C_Master_Receive_IT() local 1374 __IO uint32_t count = 0U; in HAL_I2C_Master_Sequential_Transmit_IT() local 1474 __IO uint32_t count = 0U; in HAL_I2C_Master_Sequential_Receive_IT() local 1897 __IO uint32_t count = 0U; in HAL_I2C_Master_Transmit_DMA() local 2015 __IO uint32_t count = 0U; in HAL_I2C_Master_Receive_DMA() local
|
D | stm32l1xx_hal_sd.c | 475 uint32_t count = 0, *tempbuff = (uint32_t *)pReadBuffer; in HAL_SD_ReadBlocks() local 659 uint32_t totalnumberofbytes = 0, bytestransferred = 0, count = 0, restwords = 0; in HAL_SD_WriteBlocks() local 1835 uint32_t count = 0, *tempbuff = (uint32_t *)SD_hs; in HAL_SD_HighSpeed() local 1994 uint32_t count = 0; in HAL_SD_SendSDStatus() local 2468 uint32_t response = 0, count = 0, validvoltage = 0; in SD_PowerON() local
|
D | stm32l1xx_hal_pcd.c | 339 uint16_t count=0; in PCD_EP_ISR_Handler() local
|
/loramac-node-latest/src/boards/SAMR34/ |
D | board.c | 147 int _write( int fd, const void *buf, size_t count ) in _write() 156 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/mac/ |
D | LoRaMacConfirmQueue.c | 106 static bool IsListEmpty( uint8_t count ) in IsListEmpty() 115 static bool IsListFull( uint8_t count ) in IsListFull()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 381 int _write( int fd, const void *buf, size_t count ) in _write() 390 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | board.c | 507 int _write( int fd, const void *buf, size_t count ) in _write() 516 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 514 int _write( int fd, const void *buf, size_t count ) in _write() 523 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 514 int _write( int fd, const void *buf, size_t count ) in _write() 523 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | board.c | 480 int _write( int fd, const void *buf, size_t count ) in _write() 489 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | board.c | 507 int _write( int fd, const void *buf, size_t count ) in _write() 516 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 601 int _write( int fd, const void *buf, size_t count ) in _write() 610 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 614 int _write( int fd, const void *buf, size_t count ) in _write() 623 int _read( int fd, const void *buf, size_t count ) in _read()
|