| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_flash.c | 148 int no = 0; in fal_block_iter() local 172 bool calculate_block_num(int no, size_t addr, size_t size, void *erase_addr, void *erase_size, void… in calculate_block_num()
|
| /bsp/rockchip/rk3568/driver/ |
| A D | drv_uart.c | 71 #define BSP_DEFINE_UART_DEVICE(no) \ argument 312 #define BSP_INSTALL_UART_DEVICE(no) \ in rt_hw_uart_init() argument
|
| /bsp/cvitek/drivers/ |
| A D | drv_uart.c | 47 #define BSP_DEFINE_UART_DEVICE(no) \ argument 441 #define BSP_INSTALL_UART_DEVICE(no) \ in rt_hw_uart_init() argument
|
| A D | drv_gpio.c | 38 #define PIN_NUM(port, no) (((((port) & 0xFu) << 8) | ((no) & 0xFFu))) argument 309 #define INT_INSTALL_GPIO_DEVICE(no) \ in rt_hw_gpio_init() argument
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_gpio.h | 28 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_gpio.h | 30 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/efm32/Libraries/CMSIS/RTOS/ |
| A D | cmsis_os.h | 548 #define osPoolDef(name, no, type) \ argument 551 #define osPoolDef(name, no, type) \ argument
|
| /bsp/maxim/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 25 #define PIN_NUM(port, no) ((((((port) & 0xFu) << PIN_PORT_OFFSET) | ((no) & 0xFu))) argument
|
| /bsp/fm33lc026/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 16 #define PIN_NUM(port, no) (((((port)&0xFu) << 4) | ((no)&0xFu))) argument
|
| /bsp/ti/c28x/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 17 #define PIN_NUM(port, no) (((((port) & 0xFu) << 5) | ((no) & 0x1F))) argument
|
| /bsp/rockchip/rk3500/driver/clk/ |
| A D | clk-rk3568.h | 37 rt_uint32_t no; member
|
| A D | clk-rk3588.h | 40 rt_uint32_t no; member
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_gpio.c | 58 #define PIN_NUM(port, no) ((rt_uint8_t)(port_table[port].total_pin + no - port_table[port].st… argument
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_gpio.c | 16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_gpio.c | 16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_gpio.c | 15 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/mm32f526x/drivers/ |
| A D | drv_gpio.c | 21 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 13 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_gpio.c | 16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_gpio.c | 20 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_gpio.c | 24 #define IMX_PIN_NUM(port, no) (((((port) & 0x5u) << 5) | ((no) & 0x1Fu))) argument
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_gpio.c | 22 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.c | 20 #define PIN_NUM(port, no) (((((port)&0xFu) << 4) | ((no)&0xFu))) argument
|