MCPcopy Create free account

hub / github.com/PerMalmberg/Smooth / functions

Functions1,275 in github.com/PerMalmberg/Smooth

Methodwrite_followed_by_read
Write address and slave register followed by write read address and read data This function supports slave clock-stretching
lib/smooth/core/io/i2c/I2CMasterDevice.cpp:139
Methodwrite_init_regs
Write init_regs to initialize the axp device
lib/smooth/application/io/i2c/AxpPMU.cpp:89
Methodwrite_register
Write a data byte to a register
lib/smooth/application/io/i2c/AxpPMU.cpp:39
Methodwrite_register_bit
Write (set/clear) a bit in a register
lib/smooth/application/io/i2c/AxpPMU.cpp:58
Methodwrite_register_bits
Write adjoining group of bits to register
lib/smooth/application/io/i2c/AxpPMU.cpp:79
FunctionxQueueGenericCreate
mock-idf/components/freertos/queue.cpp:8
FunctionxQueueGenericReceive
mock-idf/components/freertos/queue.cpp:33
FunctionxQueueGenericSendFromISR
mock-idf/components/freertos/queue.cpp:14
FunctionxQueueGiveFromISR
mock-idf/components/freertos/queue.cpp:22
Method~CircularBuffer
lib/smooth/include/smooth/core/util/CircularBuffer.h:67
Method~DmaFixedBuffer
Destructor
lib/smooth/include/smooth/core/util/DmaFixedBuffer.h:41
Method~EarlyInit
lib/smooth/core/Application.cpp:49
Method~FSLock
lib/smooth/core/filesystem/FSLock.cpp:67
Method~FixedBufferBase
lib/smooth/include/smooth/core/util/FixedBufferBase.h:26
Method~HTTPRequestHandler
lib/smooth/include/smooth/application/network/http/regular/HTTPRequestHandler.h:37
Method~HeaderOnlyResponse
lib/smooth/include/smooth/application/network/http/regular/responses/HeaderOnlyResponse.h:38
Method~I2CCommandLink
lib/smooth/core/io/i2c/I2CCommandLink.cpp:32
Method~I2CMasterDevice
lib/smooth/include/smooth/core/io/i2c/I2CMasterDevice.h:46
Method~ICircularBuffer
lib/smooth/include/smooth/core/util/CircularBuffer.h:27
Method~IConnectionTimeoutModifier
lib/smooth/include/smooth/application/network/http/IConnectionTimeoutModifier.h:27
Method~IEventListener
lib/smooth/include/smooth/core/ipc/IEventListener.h:28
Method~IFormData
lib/smooth/include/smooth/application/network/http/regular/MIMEParser.h:35
Method~IISRTaskEventQueue
lib/smooth/include/smooth/core/ipc/IISRTaskEventQueue.h:39
Method~ILinkSubscriber
lib/smooth/include/smooth/core/ipc/ILinkSubscriber.h:26
Method~IMqttClient
lib/smooth/include/smooth/application/network/mqtt/IMqttClient.h:32
Method~IPacketAssembly
lib/smooth/include/smooth/core/network/IPacketAssembly.h:67
Method~IPacketDisassembly
lib/smooth/include/smooth/core/network/IPacketDisassembly.h:36
Method~IPacketReceiveBuffer
lib/smooth/include/smooth/core/network/IPacketReceiveBuffer.h:62
Method~IPacketReceiver
lib/smooth/include/smooth/application/network/mqtt/packet/IPacketReceiver.h:49
Method~IPacketSendBuffer
lib/smooth/include/smooth/core/network/IPacketSendBuffer.h:30
Method~IRequestHandler
lib/smooth/include/smooth/application/network/http/regular/IRequestHandler.h:33
Method~IResponseOperation
lib/smooth/include/smooth/application/network/http/IResponseOperation.h:39
Method~ISRTaskEventQueue
lib/smooth/include/smooth/core/ipc/ISRTaskEventQueue.h:140
Method~ISRTaskEventQueue
lib/smooth/include/smooth/core/ipc/mock/ISRTaskEventQueue.h:44
Method~IServerResponse
lib/smooth/include/smooth/application/network/http/IServerResponse.h:29
Method~ISocket
lib/smooth/include/smooth/core/network/ISocket.h:46
Method~ISocketBackOff
lib/smooth/include/smooth/core/network/ISocketBackOff.h:27
Method~ITaskEventQueue
lib/smooth/include/smooth/core/ipc/ITaskEventQueue.h:31
Method~ITemplateDataRetriever
lib/smooth/include/smooth/application/network/http/regular/ITemplateDataRetriever.h:27
Method~ITimer
lib/smooth/include/smooth/core/timer/ITimer.h:29
Method~IURLEncodedData
lib/smooth/include/smooth/application/network/http/regular/MIMEParser.h:48
Method~IUpgradeToWebsocket
lib/smooth/include/smooth/application/network/http/regular/IUpgradeToWebsocket.h:25
Method~IWiegandSignal
lib/smooth/include/smooth/application/io/wiegand/IWiegandSignal.h:25
Method~InetAddress
lib/smooth/include/smooth/core/network/InetAddress.h:41
Method~Input
lib/smooth/include/smooth/core/io/Input.h:34
Method~InterruptInput
lib/smooth/core/io/InterruptInput.cpp:43
Method~InterruptInputCB
lib/smooth/core/io/InterruptInputCB.cpp:34
Method~Link
Do not clear subscribers on sdestruction - it breaks all subscriptions when an instance of a class inheriting from Link<> is destructed. The correct w
lib/smooth/include/smooth/core/ipc/Link.h:44
Method~LinkWrapper
lib/smooth/include/smooth/core/ipc/SubscribingTaskEventQueue.h:104
Method~MBedTLSContext
lib/smooth/core/network/MbedTLSContext.cpp:171
Method~MQTTPacket
lib/smooth/include/smooth/application/network/mqtt/packet/MQTTPacket.h:36
Method~Master
lib/smooth/core/io/i2c/Master.cpp:44
Method~Queue
Destructor
lib/smooth/include/smooth/core/ipc/Queue.h:55
Method~QueueNotification
lib/smooth/include/smooth/core/ipc/QueueNotification.h:33
Method~RGBLed
lib/smooth/application/rgb_led/RGBLed.cpp:69
Method~SDCard
lib/smooth/include/smooth/core/filesystem/SDCard.h:36
Method~SPIDevice
lib/smooth/core/io/spi/SPIDevice.cpp:64
Method~SSLContext
lib/smooth/include/smooth/core/network/MbedTLSContext.h:40
Method~SendBlob
test/http_server_test/SendBlob.h:30
Method~ServerClient
lib/smooth/include/smooth/core/network/ServerClient.h:55
Method~Socket
lib/smooth/include/smooth/core/network/Socket.h:90
Method~SocketDispatcher
lib/smooth/include/smooth/core/network/SocketDispatcher.h:54
Method~SpiDmaFixedBuffer
Destructor
lib/smooth/include/smooth/core/io/spi/SpiDmaFixedBuffer.h:43
Method~StaticFSM
lib/smooth/include/smooth/core/fsm/StaticFSM.h:85
Method~StreamingClient
test/server_socket_test/StreamingClient.h:40
Method~StreamingClient
test/secure_server_socket_test/StreamingClient.h:40
Method~StringResponse
lib/smooth/include/smooth/application/network/http/regular/responses/StringResponse.h:39
Method~SubscribingTaskEventQueue
Destructor
lib/smooth/include/smooth/core/ipc/SubscribingTaskEventQueue.h:36
Method~Task
lib/smooth/core/Task.cpp:61
Method~TaskEventQueue
lib/smooth/include/smooth/core/ipc/TaskEventQueue.h:50
Method~Timer
If you're looking at this text trying to figure out why your timers are still running even though you no longer have any references to them (i.e. your
lib/smooth/include/smooth/core/timer/Timer.h:95
Method~TimerOwner
lib/smooth/core/timer/Timer.cpp:109
Method~WSEchoServer
test/http_server_test/WSEchoServer.h:33
Method~WebsocketServer
lib/smooth/include/smooth/application/network/http/websocket/WebsocketServer.h:38
Method~Wifi
lib/smooth/core/network/Wifi.cpp:55
← previous1,201–1,275 of 1,275, ranked by callers