Home
last modified time | relevance | path

Searched defs:no (Results 1 – 23 of 23) sorted by relevance

/bsp/renesas/libraries/HAL_Drivers/
A Ddrv_flash.c148 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 Ddrv_uart.c71 #define BSP_DEFINE_UART_DEVICE(no) \ argument
312 #define BSP_INSTALL_UART_DEVICE(no) \ in rt_hw_uart_init() argument
/bsp/cvitek/drivers/
A Ddrv_uart.c47 #define BSP_DEFINE_UART_DEVICE(no) \ argument
441 #define BSP_INSTALL_UART_DEVICE(no) \ in rt_hw_uart_init() argument
A Ddrv_gpio.c38 #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 Ddrv_gpio.h28 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/Vango/v85xxp/drivers/
A Ddrv_gpio.h30 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/efm32/Libraries/CMSIS/RTOS/
A Dcmsis_os.h548 #define osPoolDef(name, no, type) \ argument
551 #define osPoolDef(name, no, type) \ argument
/bsp/maxim/libraries/HAL_Drivers/
A Ddrv_gpio.c25 #define PIN_NUM(port, no) ((((((port) & 0xFu) << PIN_PORT_OFFSET) | ((no) & 0xFu))) argument
/bsp/fm33lc026/libraries/HAL_Drivers/
A Ddrv_gpio.c16 #define PIN_NUM(port, no) (((((port)&0xFu) << 4) | ((no)&0xFu))) argument
/bsp/ti/c28x/libraries/HAL_Drivers/
A Ddrv_gpio.c17 #define PIN_NUM(port, no) (((((port) & 0xFu) << 5) | ((no) & 0x1F))) argument
/bsp/rockchip/rk3500/driver/clk/
A Dclk-rk3568.h37 rt_uint32_t no; member
A Dclk-rk3588.h40 rt_uint32_t no; member
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_gpio.c58 #define PIN_NUM(port, no) ((rt_uint8_t)(port_table[port].total_pin + no - port_table[port].st… argument
/bsp/ft32/libraries/Drivers/
A Ddrv_gpio.c16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/hk32/libraries/rt_drivers/
A Ddrv_gpio.c16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_gpio.c15 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/mm32f526x/drivers/
A Ddrv_gpio.c21 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/mm32/libraries/HAL_Drivers/
A Ddrv_gpio.c13 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_gpio.c16 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/apm32/libraries/Drivers/
A Ddrv_gpio.c20 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_gpio.c24 #define IMX_PIN_NUM(port, no) (((((port) & 0x5u) << 5) | ((no) & 0x1Fu))) argument
/bsp/at32/libraries/rt_drivers/
A Ddrv_gpio.c22 #define PIN_NUM(port, no) (((((port) & 0xFu) << 4) | ((no) & 0xFu))) argument
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_gpio.c20 #define PIN_NUM(port, no) (((((port)&0xFu) << 4) | ((no)&0xFu))) argument

Completed in 49 milliseconds