Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 12 of 12) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_lcd.c684 void LCD_SegmentSetLow(int com, uint32_t mask, uint32_t bits) in LCD_SegmentSetLow()
855 void LCD_SegmentSetHigh(int com, uint32_t mask, uint32_t bits) in LCD_SegmentSetHigh()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_lcd.c684 void LCD_SegmentSetLow(int com, uint32_t mask, uint32_t bits) in LCD_SegmentSetLow()
855 void LCD_SegmentSetHigh(int com, uint32_t mask, uint32_t bits) in LCD_SegmentSetHigh()
/hal_silabs-latest/scripts/
Dgen_clock_control.py64 bits = {} variable
/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_UART_A_Type.h241 #define SI32_UART_A_select_rx_stop_bits(basePointer, bits) do{ \ argument
471 #define SI32_UART_A_select_tx_stop_bits(basePointer, bits) do{ \ argument
DSI32_UART_B_Type.c186 SI32_UART_B_STOP_BITS_Enum_Type bits) in _SI32_UART_B_select_rx_stop_bits()
369 SI32_UART_B_STOP_BITS_Enum_Type bits) in _SI32_UART_B_select_tx_stop_bits()
DSI32_UART_A_Type.c182 SI32_UART_A_STOP_BITS_Enum_Type bits) in _SI32_UART_A_select_rx_stop_bits()
391 SI32_UART_A_STOP_BITS_Enum_Type bits) in _SI32_UART_A_select_tx_stop_bits()
DSI32_UART_B_Type.h248 #define SI32_UART_B_select_rx_stop_bits(basePointer, bits) do{ \ argument
452 #define SI32_UART_B_select_tx_stop_bits(basePointer, bits) do{ \ argument
DSI32_USART_A_Type.h241 #define SI32_USART_A_select_rx_stop_bits(basePointer, bits) do{ \ argument
497 #define SI32_USART_A_select_tx_stop_bits(basePointer, bits) do{ \ argument
DSI32_USART_B_Type.c183 SI32_USART_B_STOP_BITS_Enum_Type bits) in _SI32_USART_B_select_rx_stop_bits()
418 SI32_USART_B_STOP_BITS_Enum_Type bits) in _SI32_USART_B_select_tx_stop_bits()
DSI32_USART_B_Type.h241 #define SI32_USART_B_select_rx_stop_bits(basePointer, bits) do{ \ argument
497 #define SI32_USART_B_select_tx_stop_bits(basePointer, bits) do{ \ argument
DSI32_USART_A_Type.c182 SI32_USART_A_STOP_BITS_Enum_Type bits) in _SI32_USART_A_select_rx_stop_bits()
417 SI32_USART_A_STOP_BITS_Enum_Type bits) in _SI32_USART_A_select_tx_stop_bits()
/hal_silabs-latest/simplicity_sdk/platform/service/memory_manager/src/
Dsli_memory_manager.h112 #define SLI_POOL_BITS_TO_BYTE(bits) (((bits) + 7u) / SLI_DEF_INT_08_NBR_BITS) argument